iterami/Docs.htm/common HTM Projects/core.js/core_interval_modify(args)
- Creates or modifies an animation frame, interval, or timeout.
- Intervals must have a "todo" arg of type "function".
- Intervals can be synced to repeat as closely aligned to official UTC seconds as possible.
animationFrame
| false
| boolean
|
id
|
| string ID
|
interval
| 25
| number
|
paused
| false
| boolean
|
set
| 'setInterval'
| string
|
sync
| false
| boolean
|
todo
|
| function
|