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