bga-animations
    Preparing search index...

    Interface AnimationResult

    interface AnimationResult {
        animation: Animation;
        animationWrapper?: HTMLElement;
        element?: HTMLElement;
    }

    Hierarchy (View Summary)

    Index

    Properties

    animation: Animation
    animationWrapper?: HTMLElement
    element?: HTMLElement