The goog.fx.Transition.EventType Enum

goog.fx.Transition.EventType

Transition event types.

@enum
{string}

.BEGIN

Dispatched only when the animation starts from the beginning.

.END

Dispatched when animation comes to the end of its duration OR stop is called.

.FINISH

Dispatched only when animation comes to its end naturally.

.PAUSE

Dispatched when an animation is paused.

.PLAY

Dispatched when played for the first time OR when it is resumed.

.RESUME

Dispatched only when animation is restarted after a pause.

.STOP

Dispatched only when stop is called.