rstacruz / jquery.transit

Super-smooth CSS3 transformations and transitions for jQuery
http://ricostacruz.com/jquery.transit
7.29k stars 863 forks source link

fix modification of original property object #205

Closed d0b1010r closed 10 years ago

d0b1010r commented 10 years ago

This is a little fix for the problem @Wargasmic had in #204. In short: After the transition the original property object is changed, especially the scale property. This happens because the original properties is used for setting the css, not the cloned theseProperties.

Tested in: Firefox 25 Chrome 35 Safari 7.05

All on Mac OS X.

rstacruz commented 10 years ago

Thanks! 0.9.12 has just been released with this.