T("interval")
KRTIMER Interval
Description
T("interval")
sends bang()
to the input objects at an interval as a metronome.
Properties
interval
(T-Object or timevalue)- The interval time (millisecond)
delay
(Number or timevalue)- Delay time.
count
(Number)- The count of calling
bang()
.
- The count of calling
timeout
(Number or timevalue)- The time of timeout.
currentTime
(ReadOnly Number)- Current time.
Methods
bang()
- 動作を再開します。
Events
ended
- タイムアウト時に発生します。
See Also
Source
https://github.com/mohayonao/timbre.js/blob/master/src/objects/interval.js