michaelvillar / dynamics.js

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

Support animating DOM properties like scrollTop #28

Closed perrin4869 closed 8 years ago

perrin4869 commented 8 years ago

Before, only properties inside style were animated by dynamics.js. This PR first checks for properties belonging to the element, and then opts to animate style properties. I think this falls in line with how dynamics.js animates arbitrary javascript objects too.

perrin4869 commented 8 years ago

done :)

michaelvillar commented 8 years ago

Thanks a lot! 💯

perrin4869 commented 8 years ago

Sure! Could you make a new release?