mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
iQ.animate: only animate properties that are changing; f=raymond, r=sdwilsh
This commit is contained in:
parent
82e7c8700a
commit
5809976070
@ -608,7 +608,7 @@ iQClass.prototype = {
|
||||
});
|
||||
|
||||
this.css({
|
||||
'-moz-transition-property': 'all', // TODO: just animate the properties we're changing
|
||||
'-moz-transition-property': Object.keys(css).join(", "),
|
||||
'-moz-transition-duration': (duration / 1000) + 's',
|
||||
'-moz-transition-timing-function': easing
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user