An interactive guide to Robert Penner's Easing Functions. ... Math.easeInQuad = function (t, b, c, d) { t /= d; return c*t*t + b; }; ...
確定! 回上一頁