AnimationClip

Animation.AnimationClip exported from @manycore/aholo-viewer.

Animation Interface
interface AnimationClip {
name: string;
blend?: Blend;
tracks: KeyframeTrack[];
}

Properties

name: string
blend?: Blend
tracks: KeyframeTrack[]