Interface ActionDescriptorInternal

interface ActionDescriptor {
    actions?: RunningAction<any>[];
    config?: MotionConfig<any>;
    tweens?: Tween<any>[];
}

Properties

actions?: RunningAction<any>[]
config?: MotionConfig<any>
tweens?: Tween<any>[]