Wiki-home » About VastPark » Specifications » IMML » IMML Help »
Timeline Help¶
Introduction¶
A linear, time-based, data structure supporting keyframe, property and execute events at specific time intervals
Child Elements¶
The timeline can have 0 to many of these elements
KeyframeEvent
PropertyEvent
ExecuteEvent
Attributes¶
AutoTween¶
| Type |
imml:Boolean |
| Use |
optional |
| Default |
False |
| Documentation |
When true, values are automatically tweened to their next state in a linear progression |
Loop¶
| Type |
imml:Boolean |
| Use |
optional |
| Default |
False |
| Documentation |
When true, the timeline will repeat its operations once finished |
Enabled¶
| Type |
imml:Boolean |
| Use |
optional |
| Default |
True |
| Documentation |
When enabled, the timeline will start. Timelines that are enabled before the context has loaded will start immediately after the context has completed loading. |
Speed¶
| Type |
xs:float |
| Use |
optional |
| Default |
1 |
| Documentation |
A value which modulates the playback speed of the timeline, where 1 is normal speed, 2 is double speed and 0.5 is half speed |
See Also¶
Timelines used in FOV example