Class Index | File Index

Classes


Class YFrameUpdate


Defined in: YFrameUpdate.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Asynchronous animation handling.
Method Summary
Method Attributes Method Name and Description
<static>  
YFrameUpdate.addListener(Function, datas)
<static>  
YFrameUpdate.animate(Function, duration, onReached, datas)
<static>  
YFrameUpdate.play()
<static>  
YFrameUpdate.removeListener(Function, datas)
<static>  
YFrameUpdate.sequence(FunctionList, durationList, onStepReached, onReached, datas)
<static>  
YFrameUpdate.stop()
Class Detail
YFrameUpdate()
Asynchronous animation handling. Not instanciable.
Method Detail
<static> YFrameUpdate.addListener(Function, datas)
Parameters:
Function
datas

<static> YFrameUpdate.animate(Function, duration, onReached, datas)
Parameters:
Function
duration
onReached
datas

<static> YFrameUpdate.play()

<static> YFrameUpdate.removeListener(Function, datas)
Parameters:
Function
datas

<static> YFrameUpdate.sequence(FunctionList, durationList, onStepReached, onReached, datas)
Parameters:
FunctionList
durationList
onStepReached
onReached
datas

<static> YFrameUpdate.stop()

Documentation generated by JsDoc Toolkit 2.4.0 on Sat Nov 16 2013 03:47:43 GMT+0100 (CET)