This old version of Proteopedia is provided for student assignments while the new version is undergoing repairs. Content and edits done in this old version of Proteopedia after March 1, 2026 will eventually be lost when it is retired in about June of 2026.
Apply for new accounts at the new Proteopedia. Your logins will work in both the old and new versions.
User:Jaime Prilusky/Sandbox slideshow
From Proteopedia
| (5 intermediate revisions 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'' | ||
Current revision
<slideshow sequence="random" transition="fade" refresh="3000">
</slideshow>
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
