Time trigger
#1
Guys is there any way to trigger animation in given time intervals?

Say, every 15s regardless of system being idle.
My skins:

Amber
Quartz

Reply
#2
"loop" should do the trick.

Code:
<animation condition="true" loop="true" effect="slide start="0,0" end="500,0" time="1000" delay=15000">
the delay gives the 15sec trigger, and condition="true" runs all the time
Reply
#3
eumel Wrote:"loop" should do the trick.

Code:
<animation condition="true" loop="true" effect="slide start="0,0" end="500,0" time="1000" delay=15000">
the delay gives the 15sec trigger, and condition="true" runs all the time

Many thanks. Would probably never thought of this.
My skins:

Amber
Quartz

Reply

Logout Mark Read Team Forum Stats Members Help
Time trigger0