How does the easing function for jQuery work? Take for example:
easeInQuad = function (x, t, b, c, d) { return c*(t/=d)*t + b; };
How d
This plugin implements the most common easing functions: http://gsgd.co.uk/sandbox/jquery/easing/