Class YFrameUpdate
Defined in: YFrameUpdate.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Asynchronous animation handling.
|
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()
|
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()