ClockRange
Constants used by
Clock#tick
to determine behavior
when Clock#startTime
or Clock#stopTime
is reached.
See:
Source:
Core/ClockRange.js, line 14
Members
-
staticconstantClockRange.CLAMPED :Number
-
When
Clock#startTime
orClock#stopTime
is reached,Clock#tick
will not advanceClock#currentTime
any further.Source: Core/ClockRange.js, line 30 -
staticconstantClockRange.LOOP_STOP :Number
-
When
Clock#stopTime
is reached,Clock#tick
will advanceClock#currentTime
to the opposite end of the interval. When time is moving backwards,Clock#tick
will not advance pastClock#startTime
Source: Core/ClockRange.js, line 41 -
staticconstantClockRange.UNBOUNDED :Number
-
Clock#tick
will always advances the clock in its current direction.Source: Core/ClockRange.js, line 21