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