mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
+ Tweaked the timing function to look prettier.
This commit is contained in:
parent
2de111247d
commit
2d2fb2c54a
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user