Skip to content

Commit

Permalink
add rotate3d to supportedTransforms
Browse files Browse the repository at this point in the history
  • Loading branch information
max-power committed Jul 14, 2011
1 parent e99a257 commit 48126e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fx.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'scale scaleX scaleY',
'translate', 'translateX', 'translateY', 'translate3d',
'skew', 'skewX', 'skewY',
'rotate', 'rotateX', 'rotateY', 'rotateZ',
'rotate', 'rotateX', 'rotateY', 'rotateZ', 'rotate3d',
'matrix'
];

Expand Down

0 comments on commit 48126e0

Please sign in to comment.