hide: function() {
    if (!this.visible) return this;

    this.fire('hiding');
    this.effect('hide');