InterviewSolution
Saved Bookmarks
| 1. |
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 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 |
|