Skip to content

Commit

Permalink
Disable 3d transforms by default.
Browse files Browse the repository at this point in the history
This is in response to discussion on fgnass#47.
  • Loading branch information
Justin Tulloss committed Dec 29, 2011
1 parent 99928de commit 1b6875d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spin.js
Expand Up @@ -136,7 +136,7 @@
trail: 100, // Afterglow percentage
opacity: 1/4,
fps: 20,
transform3d: true // use 3d transforms on browsers that support it
transform3d: false // use 3d transforms on browsers that support it
},
proto = Spinner.prototype = {
spin: function(target) {
Expand Down

0 comments on commit 1b6875d

Please sign in to comment.