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

/yui3/src/anim/js/
H A Danim-easing.js297 * @method bounceIn
304 bounceIn: function (t, b, c, d) {
339 return Y.Easing.bounceIn(t * 2, 0, c, d) * 0.5 + b;

Completed in 36 milliseconds