if (this.fadeInOut) {
                hs.setStyles(this.wrapper, {opacity: up ? 0 : 1});
                hs.extend(to.wrapper, {opacity: up});
            }