Anyone know how to remove the slide effect from J开发者_JAVA技巧carousel lite? I want it to just change my images with no effect
You need to use easing with "def" parameter. You need to add easing plugin for this. jQuery Easing Plugin.
Does using the animation : 0
(zero) option during initialization not help you?
精彩评论