Documentation - <screen>
A screen element describes a screen within the gallery
Parameters
- url (optional) - The URL to open when the user clicks the screen
- duration (optional)* - the duration of the screen in milliseconds (i.e. a value of 3000 will cause this screen to appear for 3 seconds.)
- transition (optional)* - the type of transition to perform. Valid values are currently "fade" and "wipe". (The FREE version defaults to "fade")
- newwindow (optional) - if set to "true", the link will open in a new window. (The default value, "false" will open links in the same window as the gallery.)
Example:
<screen url="http://mysite.com/news" duration="3000" transition="wipe">
Children
Each <screen> element may contain the following optional nested elements:
- background (optional) - An image to use as the background for this screen. Only one background element is allowed per <screen>
- text (optional) - Text to overlay visually on top of the screen. Any number of <text> elements may be used within one <screen>
- image (optional) - An image to overlay visually on top of the screen. Any number of <image> elements may be used within one <screen>
*Pro version only


