nathansearles / slidesjs

SlidesJS is obsolete and no longer maintained.
https://nathansearles.github.io/slidesjs/
1.71k stars 356 forks source link

Change interval time for each slide #536

Closed piotrl88 closed 10 years ago

piotrl88 commented 11 years ago

Is it possible to determinate time interval for each slide? For example, I want to play even slides only for 1s, but odd for 3s.

mycaule commented 10 years ago

Hello, how did you manage to solve the problem ?

Thanks.

piotrl88 commented 10 years ago

Yes, I create object that hold each slide and then for each slide I determinate slider settings (as time played)

2014-06-16 13:02 GMT+02:00 Michel Hua notifications@github.com:

Hello, how did you manage to solve the problem ?

Thanks.

— Reply to this email directly or view it on GitHub https://github.com/nathansearles/Slides/issues/536#issuecomment-46165484 .

Pozdrawiam P.

mycaule commented 10 years ago

Please provide sample code. Did you change slides.js source code ?