dojo.forEach([this._wipeIn, this._wipeOut], function(animation){if(animation.status() == "playing"){
animation.stop();
}});
this[this.open ? "_wipeOut" : "_wipeIn"].play();
this.open =!this.open;
// load content (if this is the first time we are opening the TitlePane// and content is specified as an href, or we have setHref when hidden)this._loadCheck();
this._setCss();