webchalk-animate - v0.31.0
    Preparing search index...

    Interface CustomErrorClasses

    The object containing Webchalk's custom Error classes.

    interface CustomErrorClasses {
        ChildPlaybackError: typeof ChildPlaybackError;
        CommitStylesError: typeof CommitStylesError;
        EarlySchedulingError: typeof EarlySchedulingError;
        InvalidChildError: typeof InvalidChildError;
        InvalidEffectError: typeof InvalidEffectError;
        InvalidElementError: typeof InvalidElementError;
        InvalidEntranceAttempt: typeof InvalidEntranceAttempt;
        InvalidExitAttempt: typeof InvalidExitAttempt;
        InvalidPhasePositionError: typeof InvalidPhasePositionError;
        LateSchedulingError: typeof LateSchedulingError;
        LockedOperationError: typeof LockedOperationError;
        TimeParadoxError: typeof TimeParadoxError;
    }
    Index

    Properties

    ChildPlaybackError: typeof ChildPlaybackError
    CommitStylesError: typeof CommitStylesError
    EarlySchedulingError: typeof EarlySchedulingError
    InvalidChildError: typeof InvalidChildError
    InvalidEffectError: typeof InvalidEffectError
    InvalidElementError: typeof InvalidElementError
    InvalidEntranceAttempt: typeof InvalidEntranceAttempt
    InvalidExitAttempt: typeof InvalidExitAttempt
    InvalidPhasePositionError: typeof InvalidPhasePositionError
    LateSchedulingError: typeof LateSchedulingError
    LockedOperationError: typeof LockedOperationError
    TimeParadoxError: typeof TimeParadoxError