benbarnett / jquery-animate-enhanced

Extend $.animate() to detect CSS transitions for Webkit, Mozilla, IE>=10 and Opera and convert animations automatically.
http://playground.benbarnett.net/jquery-animate-enhanced/
MIT License
1.39k stars 196 forks source link

Support for IE9+? #132

Closed psyked closed 10 years ago

psyked commented 10 years ago

Is it possible to support IE9+ in this plugin?

I'm going to give it a shot myself, but is there any particular reason why the plugin is not trying to switch to CSS-powered animations for IE9 and up?

psyked commented 10 years ago

Answering my own question. IE9 doesn't support CSS transitions, and IE10 introduces them without browser-specific prefixes, which means that it should already work for IE10.