visionmedia / move.js

CSS3 backed JavaScript animation framework
http://visionmedia.github.com/move.js/
4.72k stars 686 forks source link

Add Move.matrix() #50

Closed abliss closed 10 years ago

abliss commented 10 years ago

Hi,

Thanks for the useful library. Please consider this small addition.

Cheers, --Adam

yields commented 10 years ago

nice! would it be useful to use an array instead ? something like matrix([[N,N], [N,N], [N,N]])... or even matrix([N,N], [N,N], [N,N])

abliss commented 10 years ago

Useful perhaps, but I think in this case the Principle of Least Astonishment favors using the same argument format as the CSS transform, i.e. 6 flat Numbers.

yields commented 10 years ago

makes sense, thanks!