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