Searched defs:sineInOut (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/tests/embedded/maven-plugin/websockets/src/main/webapp/javascripts/
H A Dmoo.fx.js50 transition: Fx.Transitions.sineInOut,
171 sineInOut: function(t, b, c, d) { return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b; }

Completed in 37 milliseconds