Class Index | File Index

Classes


Class aaoh.kaze.animation.Animation


Defined in: <src/main1/lib\aaoh.kaze-animation.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Animation。
Method Summary
Method Attributes Method Name and Description
 
init(callObj_, element_, speed_, startValue_, stopValue_, stepValue_, startCallable_, stopCallable_, stepCallable_)
 
次ステップ値の取得。
 
アニメーションの開始。
 
step()
アニメーションのステップ実行。
 
stop()
アニメーションの停止。
Class Detail
aaoh.kaze.animation.Animation()
Animation。
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()
アニメーションの停止。

(C) 2008 AAOh inc.AAOh inc.
Documentation generated by JsDoc Toolkit