8,805
edits
mNo edit summary |
m (+ timed) |
||
Line 89: | Line 89: | ||
===Textranslate=== | ===Textranslate=== | ||
===Timed=== | |||
Swtiches between objects at specified intervals. This example switches between a lights-on model and a lights-off model. Lights on are shown 0.2 seconds, while lights off are displayed for 0.8 seconds. | |||
<animation> | |||
<type>timed</type> | |||
<object-name>BacklightOn</object-name> | |||
<object-name>BacklightOff</object-name> | |||
<use-personality type="bool">true</use-personality> | |||
<branch-duration-sec>0.8</branch-duration-sec> | |||
<branch-duration-sec>0.2</branch-duration-sec> | |||
</animation> | |||
===Translate=== | ===Translate=== |