Constants used by
Clock#tick to determine behavior
when Clock#startTime or Clock#stopTime is reached.- Source:
- See:
-
- Clock
- ClockStep
Members
(static, constant) CLAMPED :Number
When
Clock#startTime or Clock#stopTime is reached,
Clock#tick will not advance Clock#currentTime any further.
Type:
- Number
- Source:
(static, constant) LOOP_STOP :Number
When
Clock#stopTime is reached, Clock#tick will advance
Clock#currentTime to the opposite end of the interval. When
time is moving backwards, Clock#tick will not advance past
Clock#startTime
Type:
- Number
- Source:
(static, constant) UNBOUNDED :Number
Clock#tick will always advances the clock in its current direction.
Type:
- Number
- Source: