KeyframeTrack

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

Animation Interface
interface KeyframeTrack {
path: string;
times: TypedArray;
values: TypedArray;
interpolation: InterpolationMode;
}

Properties

path: string
times: TypedArray
values: TypedArray
interpolation: InterpolationMode