MooTools Question:
Download Questions PDF

How to set up the slideshow to automatically go to the next image after a certain amount of time?

Answer:

To set the timed mode, just add this options:
timed: true
Then, set your delay between image (default is 9000 miliseconds). For example, to have a delay of 5 seconds between images, set this option:
delay: 5000

Download MooTools Interview Questions And Answers PDF

Previous QuestionNext Question
How to change the text on the carousel tab (the "Pictures" text)?Suppose I want to change the way I feed the slideshow. How can I change the elements and classes it is using?