Searched defs:deceleration (Results 1 - 1 of 1) sorted by relevance

/yui3/src/node-flick/js/
H A DNodeFlick.js23 DECELERATION = "deceleration",
48 * @attribute deceleration
51 deceleration : {
127 * the animation duration is controlled by the deceleration factor.
270 deceleration = this.get(DECELERATION),
273 this._v = (velocity * deceleration);

Completed in 8 milliseconds