Type Alias AnimationMode

AnimationMode: "continuous" | "manual"

The animation mode. "continuous" means the animation will be advanced by the internal animation loop. "manual" means the animation will be advanced by the external render loop.

Was this helpful?