The goog.fx.Animation.EventType Enum

goog.fx.Animation.EventType

Events fired by the animation.

@enum
{string}

.ANIMATE

Dispatched each frame of the animation. This is where the actual animator will listen.

.DESTROY

Dispatched when the animation is destroyed.