null
#ifdef MOZ_WIDGET_GTK2
#endif
#ifdef MOZ_WIDGET_GTK2
#endif
0) {
newHeight = this._content.boxObject.height - this._animateIncrement;
newHeight = newHeight < 0 ? 0 : newHeight;
this._content.style.height = newHeight + "px";
this._timer.initWithCallback(this, this._animateDelay,
Components.interfaces.nsITimer.TYPE_ONE_SHOT);
}
else {
this._timer.cancel();
this._content.style.visibility = "collapse";
}
}
else {
if (this._content.boxObject.height <= this._destinationSize) {
newHeight = this._content.boxObject.height + this._animateIncrement;
newHeight = newHeight > this.expandedHeight ? this.expandedHeight : newHeight;
this._content.style.height = newHeight + "px";
this._timer.initWithCallback(this, this._animateDelay,
Components.interfaces.nsITimer.TYPE_ONE_SHOT);
}
else
this._timer.cancel();
}
]]>
document.getAnonymousElementByAttribute(this, "class", "updateCategoryContent");
null
50
25
0
#ifdef MOZ_WIDGET_GTK2
#endif
#ifdef MOZ_WIDGET_GTK2
#endif
#ifdef MOZ_WIDGET_GTK2
#endif