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/fadeOut/animate with opacity doesn't work on Chromium for Android #164

Open ponchofiesta opened 8 years ago

ponchofiesta commented 8 years ago

Especially on Android using Chromium jQuery animations are very slow. I added your enhanced animate. animate() with left property works very well on Android but opacity seems not to work. I tried fadeIn, fadeOut and animate with opacity. The elements simply hide or show completely. I'm using jQuery 2.2.1 Should this work or is it a known problem (maybe not supported at all)?