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