Skip to content

Commit

Permalink
Update demo.html
Browse files Browse the repository at this point in the history
  • Loading branch information
godswearhats committed Sep 4, 2018
1 parent a0fd73a commit aa72ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.html
Expand Up @@ -25,7 +25,7 @@
$('#target').rotatable(params)
$('#target2').rotatable(); $('#draggable2').draggable()
$('#target3').resizable().rotatable(); $('#draggable3').draggable()
$('#target4').rotatable( {angle: 0.1} )
$('#target4').rotatable( {degrees: 20} )
$('#target5').rotatable( {handle: $(document.createElement('img')).attr('src', 'alternate_rotate.png')} )
$('#target5-1').rotatable( {handleOffset: {left: 200}} )
$('#target6').rotatable( {snap: true} )
Expand Down

0 comments on commit aa72ba7

Please sign in to comment.