Timer Trigger
Defines a timer as a trigger.
Usage Notes
event
= ( event name )
event
= ( event name )Required.
The event to trigger.
timer
= ( sec )
timer
= ( sec )Required.
Indicates the number of seconds before the timer will fire.
timerRepeat
= ( sec )
timerRepeat
= ( sec ) Optional.
If specified, the timer will repeat after the first firing every timerRepeat
timer
timerRepeat
60
Not specified
Timer fires once, 60 seconds after page load.
0
120
Timer fires immediately after page load, and then fires again every 120 seconds afterwards.
Last updated
Was this helpful?