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

issue fix #135 fadeIn() breaks initial opacity value #137

Open CezaryDanielNowak opened 10 years ago

evil-shrike commented 10 years ago

How about merging the PR? I have issues with jQuery-Animate-Enhanced in IE10, the plugin sets opacity:0 on elements with transitions and if they were animated via fadeIn. Here's test-case to demonstrate the bug: http://jsfiddle.net/EvilShrike/TS6B5/1/