dojox
»
fx
»
easing
» quadOut
dojox.fx.easing.quadOut
dojo.require("dojox.fx.easing");
defined in dojox/fx/easing.js
Usage
function (/*
Decimal
?*/ n)
(view source)
return
n
*
(
n
-2
)
*
-1
;
parameter
type
description
n
Decimal
Optional.