dojox
»
fx
»
easing
» sineOut
dojox.fx.easing.sineOut
dojo.require("dojox.fx.easing");
defined in dojox/fx/easing.js
Usage
function (/*
Decimal
?*/ n)
(view source)
return
Math
.
sin
(
n
*
(
Math
.
PI
/
2
)
)
;
parameter
type
description
n
Decimal
Optional.