interface AnimationScope<T> {
    animations: AnimationPlaybackControls[];
    current: T;
}

Type Parameters

  • T = any

Properties

Properties

current: T

Generated using TypeDoc