Class YAHOO.ext.Animator.AnimSequence
Object
|
+--YAHOO.ext.Animator.AnimSequence
- class
YAHOO.ext.Animator.AnimSequence
Used by YAHOO.ext.Animator to sequence animations. Generally used internally. Documentation to come.
Defined in Animator.js
|
Method Summary
* Parameter types in italic indicate optional parameters
|
void
|
add(action)
|
void
|
addAsyncCall(<Function> fcn, <Number> callbackIndex, <Array> args, <Object> scope)
Add an async function call to the capture queue.
|
void
|
addCall(fcn, args, scope)
|
void
|
clear()
|
Object
|
isPlaying()
|
void
|
next()
|
void
|
pause(seconds)
|
void
|
play(oncomplete)
|
void
|
stop()
|
YAHOO.ext.Animator.AnimSequence
YAHOO.ext.Animator.AnimSequence()
add
void add(action)
addAsyncCall
void addAsyncCall(<Function> fcn, <Number> callbackIndex, <Array> args, <Object> scope)
Add an async function call to the capture queue.
Parameters:
fcn - The function to call
callbackIndex - The index of the callback parameter on the passed function. A CALLBACK IS REQUIRED.
args - The arguments to call the function with
scope - (optional) The scope of the function
addCall
void addCall(fcn, args, scope)
clear
void clear()
isPlaying
Object isPlaying()
next
void next()
pause
void pause(seconds)
play
void play(oncomplete)
stop
void stop()
Documentation generated by
JSDoc on Sat Oct 14 06:07:10 2006