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