/*! https://www.vancheer.com * Copyright (c) VANCHEERABO. All rights reserved. * https://www.vancheer.com */ /*! Style A start */ /*! Style A end */ /*! Style B start */ /*! Style B end */ /*! default start */ /*! default end */ /*! Style A start */ /*! Style A end */ /*! default start */ /*! default end */ /*! default start */ /*! default end */ /*! List start */ // plate4 $(function(){ $('.plate4-top .top-main .main-item').hover(function(){ $(this).addClass('main-item-on').siblings().removeClass('main-item-on') $('.plate4-main .main-swiper').removeClass('main-swiper-on').eq($(this).index()).addClass('main-swiper-on') }) }) let plate4Swiper = new Swiper('.plate4-main .main-swiper', { direction: 'horizontal', speed: 1000, loop: true, loopAdditionalSlides: 0, slidesPerView: 'auto', centeredSlides: true, watchOverflow: true, autoplay: true, autoplay: { delay: 4000, disableOnInteraction: false, // pauseOnMouseEnter: true, }, navigation: { nextEl: '.plate4-swiper-button-next', prevEl: '.plate4-swiper-button-prev', }, }) /*! List end */