Current Path : /storage/v11800/affypharma/public_html/wp-content/plugins/cool-timeline/includes/shortcodes/assets/js/

Linux v11800 5.3.0-1023-aws #25~18.04.1-Ubuntu SMP Fri Jun 5 15:19:18 UTC 2020 aarch64

Upload File :
Current File : /storage/v11800/affypharma/public_html/wp-content/plugins/cool-timeline/includes/shortcodes/assets/js/ctl-horizontal.js
// Horizontal slider class
class CtlHorizontal {

	// constructor
	constructor(){
		this.CtlHrLoop();
	}

	// Horizontal common function after page load
	CtlHrLoop() {
		this.parentWrp = jQuery('.ctl-horizontal-wrapper');
        this.parentWrp.map((key,ele) => {
            const mainSwiper = jQuery(ele).find('.ctl-slider-container')[0];
            // Initialize main slider
            this.initializeMainSlider(mainSwiper); 
        });
	}

	// Initialize main slider
	initializeMainSlider = (element) => {
		const swiperAttr = this.ctlSlideAttribute(element);
		const swiperObj = new Swiper(element, swiperAttr);
	};

	// Render Horizontal Default Slider attribute
	ctlSlideAttribute = (wrapper) => {
        const parentWrp=wrapper.closest('.ctl-horizontal-wrapper');
		// parent Element
		const element = jQuery(parentWrp);
        
		// Elements
		const nextButton = element.find('.ctl-button-next')[0];
		const prevButton = element.find('.ctl-button-prev')[0];
		// Slider settings
		const showSlides = element.data('items') === '' ? 6 : parseInt(element.data('items'));
		// Slider attribute configuration
		const attribute = {
			slidesPerGroup: 1,
			slidesPerView: 1,
			navigation: {
				nextEl: nextButton,
				prevEl: prevButton,
			},
			breakpoints: {
				640: {
					slidesPerView: 1,
				},
				768: {
					slidesPerView: 2,
				},
				1024: {
					slidesPerView: showSlides,
				},
			},
		};

		return attribute;
	};
}

new CtlHorizontal();

Log In ‹ Affy Pharma Pvt Ltd — WordPress

Powered by WordPress

← Go to Affy Pharma Pvt Ltd