User:Jaime Prilusky/Sandbox slideshow: Difference between revisions
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Template:MainPageSlideShow}} | |||
Parameters to take into account: | |||
'''refresh''' The time, in milliseconds, between transitions. The default is 1000 milliseconds (one second). | |||
'''sequence''' The sequence in which to display the content. Must be one of the following values: | |||
* random: This is the default if no sequence is specified. | |||
* forward | |||
* backward | |||
'''transition''': How to transition (change) between content. Must be one of the following values: | |||
* cut: A straight cut from the current content to the new content. This is the default if no sequence is specified. | |||
* fade: A one-second fade between the current content and the new content. | |||
* blindDown: The new content "rolls down" over the exising content. ''Note: this seems to have trouble with some images'' |