• Showing Page History #68847

Show page source of aaoh.kaze.animation.Animation #68842

== Class aaoh.kaze.animation.Animation

{{{ comment
============================== class summary ==========================
}}}




=== Defined in: <aaoh.kaze-animation.js>.


{{{ comment
============================== constructor summary ====================
}}}

||*||Class Summary||
||||[aaoh.kaze.animation.Animation#constructor aaoh.kaze.animation.Animation]()[[BR]]Animation。||


{{{ comment
============================== properties summary =====================
}}}


{{{ comment
============================== methods summary ========================
}}}



||*||Method Summary||
||||[aaoh.kaze.animation.Animation#init init](callObj, element, speed, startValue, stopValue, stepValue, startCallable, stopCallable, stepCallable)[[BR]]初期処理。||
||||[aaoh.kaze.animation.Animation#nextValue nextValue]()[[BR]]次ステップ値の取得。||
||||[aaoh.kaze.animation.Animation#start start]()[[BR]]アニメーションの開始。||
||||[aaoh.kaze.animation.Animation#step step]()[[BR]]アニメーションのステップ実行。||
||||[aaoh.kaze.animation.Animation#stop stop]()[[BR]]アニメーションの停止。||






{{{ comment
============================== events summary ========================
}}}


[[BR]]

{{{ comment
============================== constructor details ====================
}}}

== Class Detail #constructor

==== aaoh.kaze.animation.Animation()

  * Animation。


















{{{ comment
============================== field details ==========================
}}}


{{{ comment
============================== method details =========================
}}}

== Method Detail


==== init(callObj, element, speed, startValue, stopValue, stepValue, startCallable, stopCallable, stepCallable) #init
  * 初期処理。




  * Parameters
    * {Object}  callObj
      * 呼び出し元オブジェクト
    * {Object}  element
      * エレメント
    * {Number}  speed
      * スピード(msec)
    * {Object}  startValue
      * 開始値
    * {Object}  stopValue
      * 終了値
    * {Object}  stepValue
      * ステップ値
    * {Function}  startCallable
      * 開始ファンクション
    * {Function}  stopCallable
      * 終了ファンクション
    * {Function}  stepCallable
      * ステップファンクション















==== {Object}nextValue() #nextValue
  * 次ステップ値の取得。












  * Returns
    * {Object}  次ステップ値またはnullを返す







==== start() #start
  * アニメーションの開始。


















==== step() #step
  * アニメーションのステップ実行。


















==== stop() #stop
  * アニメーションの停止。




















{{{ comment
============================== event details =========================
}}}