iterami/Docs.htm/common HTM Repos/core.js/core_interval_modify(args)
- Creates or modifies an animation frame, interval, or timeout.
- If "interval" arg is set to specific values below 0:
- -1: animation frame will be used.
- -2: the interval will be synced to repeat as closely aligned to official UTC seconds as possible.
- Intervals must have a "todo" arg of type "function".
- The "lock" arg determines if an interval gets resuemd when core_interval_resume_all() is called.
| id
|
| string ID
|
| interval
|
| number
|
| lock
| false
| boolean
|
| paused
| false
| boolean
|
| set
| 'setInterval'
| string
|
| todo
|
| function
|