Protected_Protected Optional_Protected_ReadonlyanimationsReadonlydefaultDisable the frame fade plugin while animation is running
ReadonlytimelineOptionaluiStatic Optional ReadonlyOldStatic ReadonlyPluginProtected_Protected_Optionalprefix: stringOptionalanimateFunc: Simplified version of popmption animate that supports seeking around the animation. Used in AnimationObject.ts
Optionalanimations: AnimationResult[]Animate camera to a target view.
use spherical interpolation (default true)
Optionaloptions: Partial<AnimationOptions<any>> & { normalizeDuration?: boolean | undefined; }animation options. normalizeDuration scales duration based on travel distance
and skips animation if camera is already at target. Default false when duration is provided, true otherwise.
Optionaloptions: Partial<AnimationOptions<any>> & { normalizeDuration?: boolean | undefined; }Optionalanimations: AnimationResult[]Similar to animate, but specifically for numbers, defaults from 0 to 1. Also calls onUpdate with the delta value.
Optionaldelay: numberOptionaldriver: DriverOptionaldelay2: numberOptionaldriver: DriverOptionalsetOptionaloptions: AnimationOptions<number>
Popmotion plugin
Provides animation capabilities to the viewer using the popmotion library: https://popmotion.io/
Overrides the driver in popmotion to sync with the viewer and provide ways to keep track and stop animations.