Time trigger

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
pecinko Offline
Donor
Posts: 3,010
Joined: Dec 2008
Reputation: 27
Location: Prague / Belgrade
Post: #1
Guys is there any way to trigger animation in given time intervals?

Say, every 15s regardless of system being idle.

My skins:

Quartz
Amber
find quote
eumel Offline
Alaska Group
Posts: 280
Joined: Jun 2009
Location: Germany
Post: #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
find quote
pecinko Offline
Donor
Posts: 3,010
Joined: Dec 2008
Reputation: 27
Location: Prague / Belgrade
Post: #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:

Quartz
Amber
find quote