AngularTS
    Preparing search index...

    Interface AnimationContext

    interface AnimationContext {
        addClass?: string;
        className?: string;
        from?: Record<string, string | number>;
        phase: AnimationPhase;
        removeClass?: string;
        signal: AbortSignal;
        to?: Record<string, string | number>;
    }
    Index

    Properties

    addClass?: string
    className?: string
    from?: Record<string, string | number>
    removeClass?: string
    signal: AbortSignal
    to?: Record<string, string | number>