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 wipes transform translate3D on element (breaks swipebox) #165

Open jmp909 opened 7 years ago

jmp909 commented 7 years ago

hi,

there's a line in swipebox plugin that calls slider.fadeIn();

when jquery animate enhanced is present, this fadeIn wipes the transform translate3D translation on the element, and breaks the slider.

https://github.com/brutaldesign/swipebox/issues/312

is there a way to disable animate enhanced just for this?

thanks J