Class Index | File Index

Classes


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.

Class Summary
Constructor Attributes Constructor Name and Description
 
Construct an animation event.
Field Summary
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.
Parameters:
{Integer} int_type
The type of the event.
See:
zwt.animation.Animation
zwt.animation.AnimationEventManager
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

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Nov 09 2011 19:29:06 GMT+0100 (CET)