ThreePipe
    Preparing search index...

    Interface AnimationObjectEventMap

    interface AnimationObjectEventMap {
        animationAdd: { animation: AnimationObject };
        animationRemove: { animation: AnimationObject; fromChild: boolean };
        update: object;
    }

    Hierarchy (View Summary)

    Index

    Properties

    animationAdd: { animation: AnimationObject }
    animationRemove: { animation: AnimationObject; fromChild: boolean }
    update: object