You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,23 @@
1
-
# jQuery UI Rotatable Widget
1
+
# jQuery UI Rotatable Interaction
2
2
## jquery-ui-rotatable
3
3
4
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
5
+
A jQuery UI Interaction which rotates any element by using CSS transform rotate(). Inspired by jQuery UI Resizable and Aidan Rogers's (godswearhats) jquery-ui-rotatable
6
6
7
7
### Features
8
8
- Supports CSS 2D transforms (only 2D)
9
9
- Rotation by mouse wheel
10
10
- Rotation with/without handle
11
-
- Compatible with other jQuery UI widgets included Draggable and Resizable
11
+
- Compatible with other jQuery UI widgets and interactions included Draggable and Resizable
12
12
- Compatible with Dave Furfero's jQuery UI Touch Punch
0 commit comments