32 lines
		
	
	
		
			639 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			639 B
		
	
	
	
		
			JavaScript
		
	
	
/*
 | 
						|
Template Name: Attex - Responsive Tailwind CSS 3 Admin Dashboard
 | 
						|
Author: CoderThemes
 | 
						|
Website: https://coderthemes.com/
 | 
						|
Contact: support@coderthemes.com
 | 
						|
File: Auth Swiper js
 | 
						|
*/
 | 
						|
 | 
						|
 | 
						|
var swiper = new Swiper("#swiper_one", {
 | 
						|
    slidesPerView: 1,
 | 
						|
    spaceBetween: 30,
 | 
						|
    loop: true,
 | 
						|
    autoplay: {
 | 
						|
        delay: 2500,
 | 
						|
        disableOnInteraction: false,
 | 
						|
    },
 | 
						|
    pagination: {
 | 
						|
        el: ".swiper-pagination",
 | 
						|
        clickable: true,
 | 
						|
    },
 | 
						|
    rewind: true,
 | 
						|
    navigation: {
 | 
						|
        nextEl: ".button-next",
 | 
						|
        prevEl: ".button-prev",
 | 
						|
    },
 | 
						|
    breakpoints: {
 | 
						|
        320: {
 | 
						|
            slidesPerView: 1,
 | 
						|
        },
 | 
						|
    },
 | 
						|
}); |