ThreePipe
    Preparing search index...

    Interface AnimationObjectPluginEventMap

    interface AnimationObjectPluginEventMap {
        animationAdd: { animation: AnimationObject };
        animationRemove: { animation: AnimationObject; fromChild: boolean };
        animationUpdate: { animation: AnimationObject };
        deserialize: { data: ISerializedConfig; meta?: SerializationMetaType };
        rebuildTimeline: { timeline: [AnimationObject<any>, AnimationResult][] };
        serialize: { data: ISerializedConfig };
        update: object;
    }

    Hierarchy (View Summary)

    Index

    Properties

    animationAdd: { animation: AnimationObject }
    animationRemove: { animation: AnimationObject; fromChild: boolean }
    animationUpdate: { animation: AnimationObject }
    deserialize: { data: ISerializedConfig; meta?: SerializationMetaType }
    rebuildTimeline: { timeline: [AnimationObject<any>, AnimationResult][] }
    serialize: { data: ISerializedConfig }
    update: object