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