We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5c4b4 commit 03b68d1Copy full SHA for 03b68d1
README.md
@@ -31,11 +31,13 @@ A jQuery UI Widget which rotates any element by using CSS transform rotate(). In
31
$('#foo .bar').rotatable();
32
33
34
+----
35
36
37
$('#foo .bar').resizable().rotatable().draggable();
38
39
40
41
42
43
$('#foo .bar').rotatable({ angle: 30 });
@@ -47,6 +49,7 @@ A jQuery UI Widget which rotates any element by using CSS transform rotate(). In
47
49
48
50
### Thanks
51
Thanks to jQuery UI Development Team (https://jqueryui.com/about/)
52
+
53
Thanks to Aidan Rogers (https://github.com/godswearhats/jquery-ui-rotatable)
54
55
### License
0 commit comments