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

/yui3/build/node-flick/
H A Dnode-flick-debug.js25 DECELERATION = "deceleration",
50 * @attribute deceleration
53 deceleration : {
129 * the animation duration is controlled by the deceleration factor.
272 deceleration = this.get(DECELERATION),
275 this._v = (velocity * deceleration);
/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);
/yui3/src/scrollview/js/
H A Dscrollview-base.js840 sv._cDecel = sv.get('deceleration');
889 deceleration = sv._cDecel,
906 vel = sv._currentVelocity = (vel * deceleration);
1091 * @attribute deceleration
1094 deceleration: {
/yui3/build/scrollview-base/
H A Dscrollview-base-debug.js842 sv._cDecel = sv.get('deceleration');
891 deceleration = sv._cDecel,
908 vel = sv._currentVelocity = (vel * deceleration);
1093 * @attribute deceleration
1096 deceleration: {

Completed in 41 milliseconds