-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto Start Slideshow #65
Comments
You need to use the config options in the listed examples here. https://github.com/bradbirdsall/Swipe/tree/swipe2#config-options Example: |
Yer I was looking thru your js: this.options = options || {}; I had set : last param to 1 So thanks, will implement your snippet. Do you know if we can use elastic type ( effects ) .. etc? Perhaps I should use the easing plugin with it Cheers for the speedy reply |
This is not my JS. I was just implementing this yesterday and it was fresh in my mind. I prefer the default functionality since is it similar to iOS. |
Im not 100% sure on how to do the config for this, could you please explain more ?
My js is:
var sliderTicker = new Swipe(document.getElementById('sliderTicker'));
I would like the slider to auto play on page load.
The text was updated successfully, but these errors were encountered: