effex-monorepo
    Preparing search index...

    Type Alias AnimationEndResult

    AnimationEndResult:
        | { endedBy: "animation" }
        | { endedBy: "transition" }
        | { endedBy: "timeout" }
        | { endedBy: "skip" }

    Result of waiting for an animation to complete