backing out bug 661091 (changeset bcccd02b5294) due to broken animations

This commit is contained in:
Tim Taubert 2011-06-16 10:35:52 +02:00
parent 69e6166360
commit 86124b3a48

View File

@ -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
});