jquery-animate-enhanced
jquery-animate-enhanced copied to clipboard
fadeIn wipes transform translate3D on element (breaks swipebox)
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