Skip to content
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

Add option for individual pause times per slide #3

Open
olle opened this issue Jul 3, 2009 · 0 comments
Open

Add option for individual pause times per slide #3

olle opened this issue Jul 3, 2009 · 0 comments
Labels

Comments

@olle
Copy link
Owner

olle commented Jul 3, 2009

From user email:

Hi, I am using slides.js but I need to know how can i set the pause time for each image indivually. I want some images to show for a longer time and some for a short time. Can I pass a pause variable and value in the list of images ?? see example below, its not right obviously but its what I am trying to do....

    (function($) {
        $(\'#slideshow\').Slides({images : [
    \'images/1.jpg\' pause : 3000,
           \'images/2.jpg\' pause : 1000,
           \'images/3.jpg\' pause : 500,

THANK YOU SO MUCH!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant