michaelvillar / dynamics.js

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

Fix start and end values of element properties animation #31

Closed perrin4869 closed 8 years ago

perrin4869 commented 8 years ago

Couple of things I noticed I missed in my last PR, since the animation of scrollTop wasn't working as expected ><;; Basically, I fixed the calculation of start and end values, and now everything works as it should :)

michaelvillar commented 8 years ago

Sounds good!

michaelvillar commented 8 years ago

Thanks!