mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 16:57:36 +00:00
backing out bug 661091 (changeset bcccd02b5294) due to broken animations
This commit is contained in:
parent
0e9e1fe005
commit
315d02c814
@ -608,7 +608,7 @@ iQClass.prototype = {
|
||||
});
|
||||
|
||||
this.css({
|
||||
'-moz-transition-property': Object.keys(css).join(", "),
|
||||
'-moz-transition-property': 'all', // TODO: just animate the properties we're changing
|
||||
'-moz-transition-duration': (duration / 1000) + 's',
|
||||
'-moz-transition-timing-function': easing
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user