this.inherited(arguments); // for the helper this._showAnim = dojo._fade({ node:this.helper, end:0.5, duration:350 }); this._hideAnim = dojo.fadeOut({ node:this.helper, duration: 750 }); // orientation helper this._vertical = (this.orientation == "vertical"); if(!this._vertical){ dojo.addClass(this.containerNode,"dijitInline"); this._edge = "left"; this._dir = "width"; }else{ this._dir = "height"; this._edge = "top"; } this._hideAnim.play(); dojo.style(this.wrapper,"overflow","hidden");