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 a07fbef commit 3d4ce7dCopy full SHA for 3d4ce7d
public/js/demo.coffee
@@ -23,7 +23,7 @@ $ ->
23
switch value
24
when 'sorted' then deckView.sort()
25
when 'random' then deckView.shuffle()
26
- datgui.add(settings, 'rotation').min(0).max(360).step(1).onChange (value) ->
+ datgui.add(settings, 'rotation').min(-180).max(180).step(1).onChange (value) ->
27
deckView.$el.css
28
'-ms-transform': "rotate(#{value}deg)"
29
'-moz-transform': "rotate(#{value}deg)"
0 commit comments