Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2b5c4b4

Browse files
Update README.md
1 parent 8f2635e commit 2b5c4b4

File tree

1 file changed

+56
-2
lines changed

1 file changed

+56
-2
lines changed

‎README.md

Lines changed: 56 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,56 @@
1-
# jquery-ui-rotatable
2-
A jQuery UI Widget which rotates any element by using CSS transform rotate()
1+
# jQuery UI Rotatable Widget
2+
## jquery-ui-rotatable
3+
4+
### About
5+
A jQuery UI Widget which rotates any element by using CSS transform rotate(). Inspired by jQuery UI Resizable Widget and Aidan Rogers's (godswearhats) jquery-ui-rotatable Widget
6+
7+
### Features
8+
- Supports CSS 2D transforms (only 2D)
9+
- Rotation by mouse wheel
10+
- Rotation with/without handle
11+
- Compatible with other jQuery UI widgets included Draggable and Resizable
12+
- Compatible with Dave Furfero's jQuery UI Touch Punch
13+
- All angles in degrees
14+
- AlsoRotate extension
15+
16+
### Requirements
17+
.
18+
19+
### CDN
20+
.
21+
22+
### Options
23+
.
24+
25+
### Used CSS Classes
26+
.
27+
28+
### Usages
29+
30+
31+
$('#foo .bar').rotatable();
32+
33+
34+
35+
36+
$('#foo .bar').resizable().rotatable().draggable();
37+
38+
39+
40+
41+
$('#foo .bar').rotatable({ angle: 30 });
42+
43+
44+
45+
### Demo
46+
(coming soon)
47+
48+
### Thanks
49+
Thanks to jQuery UI Development Team (https://jqueryui.com/about/)
50+
Thanks to Aidan Rogers (https://github.com/godswearhats/jquery-ui-rotatable)
51+
52+
### License
53+
Released under the MIT license, like jQuery
54+
55+
### Authors
56+
Abdullah Pazarbasi http://www.abdullahpazarbasi.com

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /