Hold-time
From Frontal Wiki
Contents |
Purpose
Use this style on an auto-playing 'manager' tag to set how long it will hold on one element before changing to the next.
Value
A number. The default is 0.
hold-time: 30;
Example
In this example we have a managed list of images. The manager automatically changes the image being shown every 60 frames.
<style><![CDATA[ manager { auto-play: true; hold-time: 60; hide-unselected: true; } ]]></style> <div> <manager /> <img src="http://www.frontalcode.com/assets/images/image_1.jpg" /> <img src="http://www.frontalcode.com/assets/images/image_2.jpg" /> <img src="http://www.frontalcode.com/assets/images/image_3.jpg" /> </div>
See Also
Can Be Applied To
This style can be applied to: