visionmedia / move.js

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

Remove transition duration properties instead of setting them to 0 #47

Closed kimmobrunfeldt closed 10 years ago

kimmobrunfeldt commented 10 years ago

Fixes issue described in https://github.com/visionmedia/move.js/issues/4#issuecomment-44827570

I did not consider any other side-effects this change might have. This just fixed the issue for me.

yields commented 10 years ago

thanks!