Interface of events trackable by Animator.addEventListener and the respective Event types.

Hierarchy

  • AnimatorEventMap

Properties

allAnimationEnd: {}

Type declaration

    end: {
        nextAnimation?: Animation;
    }

    Type declaration

    everyAnimationEnd: {
        nextAnimation?: Animation;
    }

    Type declaration

    start: {}

    Type declaration