louisremi / jquery.transition.js

Upgrade jQuery's .animate() method to use CSS3 Transitions in modern browsers.
436 stars 81 forks source link

Style properties overriding CSS properties #3

Closed brokenseal closed 12 years ago

brokenseal commented 13 years ago

Hi, I'd like the plugin to add every single specified css property instead of going for the all-in-one css property to set a css transition. For instance, if I want to set a transition-timing-function on the css and activate a transition with the plugin, the plugin actually overrides the transition-timing-function. The same goes with the transition-duration.

Cheers, David

louisremi commented 12 years ago

Hi, Such feature would be quite complex to implement and I currently don't have enough time. Sorry.