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

fadeIn() breaks initial opacity value #135

Open tclaeys opened 10 years ago

tclaeys commented 10 years ago

jQuery fadeIn method does not respect earlier defined opacity value. Find below an example.

Working (disabled plugin): http://jsbin.com/apOfUd/9

Broken (Element contains opacity: 1, where I would expect 0.7): http://jsbin.com/apOfUd/6

Feedback is appreciated! Thanks in advance!