+ Tweaked the timing function to look prettier.

This commit is contained in:
Aza Raskin 2010-06-08 13:42:27 -07:00
parent 2de111247d
commit 2d2fb2c54a

View File

@ -601,7 +601,7 @@ iQ.fn = iQ.prototype = {
options = {};
var easings = {
tabcandyBounce: 'cubic-bezier(0.0, 0.35, .6, 1.4)',
tabcandyBounce: 'cubic-bezier(0.0, 0.63, .6, 1.29)',
easeInQuad: 'ease-in' // TODO: make it a real easeInQuad, or decide we don't care
};