bga-animations
    Preparing search index...

    Interface SurfaceAnimationResult

    interface SurfaceAnimationResult {
        animation: Animation;
        animationWrapper?: HTMLElement;
        element?: HTMLElement;
        toMatrix: DOMMatrixReadOnly;
    }

    Hierarchy (View Summary)

    Index

    Properties

    animation: Animation
    animationWrapper?: HTMLElement
    element?: HTMLElement
    toMatrix: DOMMatrixReadOnly