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