So I have this really simple image slider this this page here
http://charlesbergertattoos.com/tattoos which works just fine in IE and firefox. The animation is really smooth and the images actually slide, but in chrome it’s not smooth at all.
So I have this really simple image slider this this page here http://charlesbergertattoos.com/tattoos which
Share
because on click event your calling
slider_animate()directly your not calling your pluginin chrome when you do that the
slide_widthsvar is 0 because you defined and executed the assignment logic outside of the event function so its staticyou have 2 options put that line inside the function
slider_animateor call the plugin function itself which is
imgSlider