Closed joebain closed 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 :)
actually, i think it's a bug in chrome
nope nvm, the docs.html example is really messed now
I suppose retaining the transition properties is kind of a 'feature' :) Perhaps my other changes, adding clearProperty()
is a better way to go?
This adds the line to also clear the
transition-duration
alongside thetransform
andtransition-property
properties. It also callsapplyProperties()
which means the changes are actually made.