API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceTicker
@codexo/exojs / animation / stable
Any object that can be driven each frame by a delta in seconds.
0
props
2
methods
0
events
Import
import { Ticker } from '@codexo/exojs'Any object that can be driven each frame by a delta in seconds.
Methods2
stop?(): voidCancel whatever this ticker is driving. Called by TweenSystem.clear.
update(deltaSeconds: number): voidSource