Interface: AnimatableConfig

Configuration for an animatable aspect.

Properties

animate

animate: AnimateCallback

Callback for updating the animation position.


timeScale

Optional timeScale: number

Multiplier for time updates. Can be used to slow down or speed up the animation. Defaults to 1 if not provided. Can be changed during runtime as well.