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