OptionalargsOptionalcallbackThe callback which will be called when the Timer Event fires.
OptionalcallbackThe scope (this object) with which to invoke the callback. The default is the Timer Event.
OptionaldelayThe delay after which the Timer Event should fire, in milliseconds.
Optionallooptrue if the Timer Event should repeat indefinitely.
Optionalpausedtrue if the Timer Event should be paused.
OptionalrepeatThe total number of times the Timer Event will repeat before finishing.
OptionalstartThe initial elapsed time in milliseconds. Useful if you want a long duration with repeat, but for the first loop to fire quickly.
OptionaltimeThe scale of the elapsed time.
Additional arguments to be passed to the
callback.