Class zwt.animation.AnimationEvent
Extends
zwt.event.Event.
The animation processor emits animation events at different levels of the execution of an animation, when an animation begins and when it ends for instance.
Animation events are handled by an animation event manager.
Defined in: AnimationEvent.js.
Constructor Attributes | Constructor Name and Description |
---|---|
zwt.animation.AnimationEvent(int_type)
Construct an animation event.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
zwt.animation.AnimationEvent.ANIMATION_BEGIN
Constant used to designate a animation begin event
|
<static> |
zwt.animation.AnimationEvent.ANIMATION_END
Constant used to designate a animation end event
|
- Methods borrowed from class zwt.event.Event:
- getType, isCancelBubble, setCancelBubble, touch
Class Detail
zwt.animation.AnimationEvent(int_type)
Construct an animation event.
Author: Jeremy KUHN.
Author: Jeremy KUHN.
- Parameters:
- {Integer} int_type
- The type of the event.
Field Detail
<static>
{Integer}
zwt.animation.AnimationEvent.ANIMATION_BEGIN
Constant used to designate a animation begin event
<static>
{Integer}
zwt.animation.AnimationEvent.ANIMATION_END
Constant used to designate a animation end event