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