jquery-animate-enhanced icon indicating copy to clipboard operation
jquery-animate-enhanced copied to clipboard

fadeIn wipes transform translate3D on element (breaks swipebox)

Open jmp909 opened this issue 8 years ago • 0 comments

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

jmp909 avatar Oct 13 '16 16:10 jmp909