Home
last modified time | relevance | path

Searched refs:bounceEaseOut (Results 1 – 1 of 1) sorted by relevance

/template/roundtheme/
H A Dhide_menu.js277 Tween.bounceEaseOut = function(t,b,c,d){ function
289 return c - Tween.bounceEaseOut (d-t, 0, c, d) + b;
293 else return Tween.bounceEaseOut (t*2-d, 0, c, d) * .5 + c*.5 + b;