$$plugins.define('breadcrumb', function (element, options) { var scrollPos = element.querySelector('.breadcrumb__item:last-child').offsetLeft - element.offsetLeft; element.scroll({ top: 0, left: scrollPos, behavior: 'smooth' }); });