@tawaship/pixim-animate-container - v3.0.0
    Preparing search index...

    Interface ICreatejsTweenTarget

    The target object of a timeline tween: either a display object (has x) or a state-holder used by publish output for child membership swapping (has state). Both members are optional because either kind can appear.

    interface ICreatejsTweenTarget {
        state?: { t: object }[];
        x?: number;
    }
    Index
    state?: { t: object }[]
    x?: number