interface PlayingState {
    keyframeIndex: number;
    progress: number;
}

Properties

keyframeIndex: number
progress: number
""