Whether the ticker is active (running)
Interval in milliseconds
StaticfactoryStop and restart
Start the ticker (with a leading-edge call)
Stop the ticker
Toggle state (start/stop), returns the new state
Update interval on the fly (restarts the ticker if active)
Ticker based on requestAnimationFrame with a configurable interval. Optimized for browser environments. Falls back to setTimeout when RAF is unavailable.
Key features: