visionmedia / move.js

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

Clear transition-duration in end() #14

Closed joebain closed 13 years ago

joebain commented 13 years ago

This adds the line to also clear the transition-duration alongside the transform and transition-property properties. It also calls applyProperties() which means the changes are actually made.

tj commented 13 years ago

damn, i should really test merges more haha. this among a few other recent merges seem to have broken things a bit, not working quite as advertised :)

tj commented 13 years ago

actually, i think it's a bug in chrome

tj commented 13 years ago

nope nvm, the docs.html example is really messed now

joebain commented 13 years ago

I suppose retaining the transition properties is kind of a 'feature' :) Perhaps my other changes, adding clearProperty() is a better way to go?