Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other AnythingSlider – Restart flash movie on show Re: AnythingSlider – Restart flash movie on show

#117359
airton
Participant

Hi again!

I think I solved the last question myself.

I just added the following to the onSlideComplete event handler:

slider.options.delay = slider.$currentPage[0].id + slider.options.animationTime;

Then I set the ID property in the LI tag to the desired timeout. I add the animationTime property so I don’t have to consider it when setting the ID.