scroll next sect
scrollNext() { this.$more.on('click', function () { const $section = $(this).closest('section').next().offset().top; $scrolledElements.animate({ scrollTop: $section }, 700); }); }