From 315d02c81429bdfd1f2e16c05c58fcb3e6d2ac18 Mon Sep 17 00:00:00 2001 From: Tim Taubert Date: Thu, 16 Jun 2011 10:35:52 +0200 Subject: [PATCH] backing out bug 661091 (changeset bcccd02b5294) due to broken animations --- browser/base/content/tabview/iq.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/base/content/tabview/iq.js b/browser/base/content/tabview/iq.js index 79fdfbcda773..29e5c6b80222 100644 --- a/browser/base/content/tabview/iq.js +++ b/browser/base/content/tabview/iq.js @@ -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 });