michaelvillar / dynamics.js

Javascript library to create physics-based animations
http://dynamicsjs.com
7.57k stars 414 forks source link

[NEED HELP] Need your help, @michaelvillar! #10

Closed dalisoft closed 9 years ago

dalisoft commented 9 years ago

Hi @michaelvillar I used matrix compose/decompose from you dynamics.js, and my tweening engine is another type. All works fine, including IE9, also gets all current style back to IE9! But in all browser rotateZ doesn't work properly, i seen in your demo site all works fine, please help.

Sorry for my english

michaelvillar commented 9 years ago

Do you have more information? This seems too vague for me to help.

dalisoft commented 9 years ago

http://codepen.io/anon/pen/yNpvpg - Demo. rotate 45/90deg working, but 180, 360deg not working, scaling. Thank you for reply. My tweening engine is Animo.js, have timeScale, restart, seek, play, pause and more like GSAP features. DynamicsJS i seen, best work, high-performance

olegomon commented 9 years ago

Hi @michaelvillar do you have any plans to add methods to reverse a running animation?

dalisoft commented 9 years ago

Hi @olegomon ! Exactly for what feature you using DynamicsJS?

michaelvillar commented 9 years ago

@olegomon probably not, you can do it yourself and call the reverse animation in the complete callback though.