ecspresso
    Preparing search index...

    Interface TweenSequenceStepInput

    interface TweenSequenceStepInput {
        duration: number;
        easing?: EasingFn;
        targets: readonly {
            component: string;
            field: string;
            from?: number;
            to: number;
        }[];
    }
    Index

    Properties

    duration: number
    easing?: EasingFn
    targets: readonly {
        component: string;
        field: string;
        from?: number;
        to: number;
    }[]