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