Class aaoh.kaze.animation.Animation
Defined in: <src/main1/lib\aaoh.kaze-animation.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Animation。
|
Method Attributes | Method Name and Description |
---|---|
init(callObj_, element_, speed_, startValue_, stopValue_, stepValue_, startCallable_, stopCallable_, stepCallable_)
|
|
次ステップ値の取得。
|
|
start()
アニメーションの開始。
|
|
step()
アニメーションのステップ実行。
|
|
stop()
アニメーションの停止。
|
Method Detail
init(callObj_, element_, speed_, startValue_, stopValue_, stepValue_, startCallable_, stopCallable_, stepCallable_)
- Parameters:
- callObj_
- element_
- speed_
- startValue_
- stopValue_
- stepValue_
- startCallable_
- stopCallable_
- stepCallable_
{Object}
nextValue()
次ステップ値の取得。
- Returns:
- {Object} 次ステップ値またはnullを返す
start()
アニメーションの開始。
step()
アニメーションのステップ実行。
stop()
アニメーションの停止。