Hold-time-use-secs
From Frontal Wiki
Contents |
Purpose
This style determines whether or not the hold-time style will be measured in frames or seconds.
Value
Either "true" (use seconds) or "false" (use frames). The default value is "false".
hold-time-use-secs: false;
Example
In this example we have a managed list of images. The manager automatically changes the image being shown every second.
<style><![CDATA[ manager { auto-play: true; hold-time: 1; hold-time-use-secs: true; 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: