|
AnimeJ: a Javascript animation library | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--AnimeJTask | +--AnimeJTimelineCallBackTask
Task used by the timeline to fire callbacks at the end of a timeline execution.
See:
Field Summary | |
Object |
prototype
|
Constructor Summary | |
AnimeJTimelineCallBackTask(<Timeline> t, <String> prop)
|
Method Summary | |
void
|
DoAction(<int> d)
It invokes the specified callback on the property prop of the timeline t if defined. |
Field Detail |
Object prototype
Constructor Detail |
AnimeJTimelineCallBackTask(<Timeline> t, <String> prop)
t
- Timeline to be used to callback.
prop
- Name of the property of the timeline holding the callback function.
Method Detail |
void DoAction(<int> d)
d
- Delay in the notification with respect to the original deadline set.
|
AnimeJ: a Javascript animation library | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |