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