EasySlider 1.7 - Help with No Pause or Easing
Hello everyone at jQueryHelp,
I wondered if someone might be able to help with a slight modification of the
Easy Slider 1.7? I'm trying to achieve a continuously sliding set of images without any pause or easing at all. I won't be including the navigation buttons so it's just a endless rotation. Here is the
demo.
Someone called
Bakadesu made this post on the 1 May, 2009 on
this page (quoted below)...
I needed the ability to smoothly slide across all images at a constant speed, so I set [continuous: true] and [pause: 0]. However the easing between images disrupted the smoothness I was looking for. So I added the option to control the easing (linear/swing).
Posted the code here:
http://pastebin.com/m7a2bd086
Added lines: 55, 122, 129
So in order to get a slider with a constant speed, I used the following options with the modified plugin:
{ auto: true, continuous: true, pause: 0, easing: 'linear' }
I hope this helps someone. Thanks Alen for the original script!
...This is exactly what i was after but unfortunately the file is no longer available.
If anyone had any ideas i'm be most grateful.
Thanks
Gordon