if (this._isVer) {
                        const moving = opts.startPosition + 'px';
                        this.epos.style.top = moving;
                    $drag.animate({top: moving}, 500);
                        if (typeof this.opts.onScrollY == 'function')