Documentation / scene / AnimationPlaybackSyncMode
Type Alias: AnimationPlaybackSyncMode
AnimationPlaybackSyncMode =
"normalized"|"time"
Defined in: libs/scene/src/animation/animationset.ts:33
How a new playback copies phase from an existing active playback.
'normalized': copy the source playback's normalized phase and map it into the new clip.'time': copy the source playback's time in seconds.