PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/princesspicnicevents.com/wp-content/themes/soledad/js/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : //home/trave494/princesspicnicevents.com/wp-content/themes/soledad/js/ff40.js

jQuery( document ).ready( function ( $ ) {

	'use strict'
	var PENCI = PENCI || {}

	PENCI.owl_slider_40 = function () {

		const swiper_thumb = new Swiper( '.nav-thumb-creative', {
			rewind: true,
			slidesPerView: 'auto',
			slideActiveClass: 'active',
			watchSlidesProgress: true,
			on: {
				init: function () {
					$( '.nav-thumb-creative' ).addClass( 'penci-owl-loaded' )
				},
				afterInit: function () {
					$( '.nav-thumb-creative' ).addClass( 'penci-featured-loaded' )
				},
			},
			navigation: {
				nextEl: '.next-button',
				prevEl: '.prev-button',
			},
		} )

		var slider = jQuery( '.slider-40-wrapper' ).first()
		var mainwrap = slider.closest('.no-df-swiper')
		var relitemlist = slider.find( '.list-slider-creative' ).first()
		var currentslide = 0
		var goToSlide = function ( newslide ) {
			if ( slider.hasClass( 'loading' ) ) {
				return
			}
			var oldslide = currentslide
			currentslide = newslide
			if ( currentslide >= slider.find( '.item-bg-slider-40' ).length ) {
				currentslide = 0
			} else if ( currentslide < 0 ) {
				currentslide = slider.find( '.item-bg-slider-40' ).length - 1
			}
			if ( currentslide == oldslide ) {
				return
			}

			var duration = 0.8
			slider.addClass( 'loading' )
			var currentbg = jQuery( slider.find( '.item-bg-slider-40' ) [currentslide] )
			var oldbg = jQuery( slider.find( '.item-bg-slider-40' ) [oldslide] )
			var currentbgcontent = jQuery(
				slider.find( '.item-bg-slider-40-content' ) [currentslide] )
			var oldbgcontent = jQuery(
				slider.find( '.item-bg-slider-40-content' ) [oldslide] )
			var currentitem = jQuery(
				slider.find( '.item-slider-creative' ) [currentslide] )
			var olditem = jQuery( slider.find( '.item-slider-creative' ) [oldslide] )
			var currentitemcontent = currentitem.find( '.content-item-creative' )
			var olditemcontent = olditem.find( '.content-item-creative' )
			var currentitemimg = currentitem.find( '.img-container' )
			var olditemimg = olditem.find( '.img-container' )
			slider.find( '.content-item-creative' ).css( {
				'width': relitemlist.width(),
			} )
			slider.find( '.item-bg-slider-40-content' ).css( {
				'width': slider.width(),
			} )
			swiper_thumb.slideTo( currentslide )
			slider.find( '.nav-thumb-creative .swiper-slide' ).removeClass( 'active' )
			jQuery( slider.find( '.nav-thumb-creative .swiper-slide' ) [currentslide] ).addClass( 'active' )
			slider.find( '.item-bg-slider-40, .item-slider-creative' ).css( {
				'z-index': 5,
			} )
			currentbg.css( {
				'z-index': 10,
			} )
			currentitem.css( {
				'z-index': 10,
			} )
			oldbg.css( {
				'z-index': 8,
			} )
			olditem.css( {
				'z-index': 8,
			} )
			var resetCss = function () {
				currentbg.css( {
					'z-index': 12,
				} )
				currentitem.css( {
					'z-index': 12,
				} )
				slider.find( '.item-bg-slider-40-content, .content-item-creative' ).css( {
					'width': 'auto',
					'left': 0,
					'right': 0,
				} )
				slider.find( '.item-bg-slider-40, .item-slider-creative' ).css( {
					'width': 'auto',
					'left': 0,
					'right': 0,
				} )
				slider.removeClass( 'loading' )
			}
			slider.find( '.item-bg-slider-40' )
			if ( currentslide < oldslide ) {
				currentbg.css( {
					'width': '0',
					'left': 'auto',
					'right': 0,
				} )
				currentbgcontent.css( {
					'right': 0,
					'left': 'auto',
				} )
				currentitem.css( {
					'width': '0',
					'left': 0,
					'right': 'auto',
				} )
				currentitemcontent.css( {
					'right': 'auto',
					'left': 0,
				} )
			} else {
				currentbg.css( {
					'width': '0',
					'left': 0,
					'right': 'auto',
				} )
				currentbgcontent.css( {
					'right': 'auto',
					'left': 0,
				} )
				currentitem.css( {
					'width': '0',
					'left': 'auto',
					'right': 0,
				} )
				currentitemcontent.css( {
					'right': 0,
					'left': 'auto',
				} )
			}
			TweenMax.fromTo(
				currentbg,
				duration,
				{
					width: 0,
					force3D: true,
					throwProps: false,
					ease: Cubic.easeInOut,
				},
				{
					width: slider.width(),
				},
			)
			TweenMax.fromTo(
				currentbgcontent,
				duration,
				{
					scale: 1,
					force3D: true,
					throwProps: false,
					ease: Cubic.easeInOut,
				},
				{
					scale: 1.1,
				},
			)
			TweenMax.to(
				oldbgcontent,
				duration,
				{
					scale: 1,
					force3D: true,
					throwProps: false,
					ease: Cubic.easeInOut,
				},
			)
			TweenMax.fromTo(
				currentitem,
				duration,
				{
					width: 0,
					force3D: true,
					throwProps: false,
					ease: Cubic.easeInOut,
				},
				{
					width: relitemlist.width(),
					onComplete: function () {
						resetCss()
					},
				},
			)
			TweenMax.fromTo(
				currentitemimg,
				duration,
				{
					scale: 1,
					force3D: true,
					throwProps: false,
					ease: Cubic.easeIn,
				},
				{
					scale: 1.1,
				},
			)
			TweenMax.to(
				olditemimg,
				duration,
				{
					scale: 1,
					force3D: true,
					throwProps: false,
					ease: Cubic.easeOut,
				},
			)
		}
		TweenMax.set(
			jQuery( slider.find( '.img-container' ) [currentslide] ),
			{
				scale: 1.1,
			},
		)

		

		slider.find( '.nav-thumb-creative .swiper-slide' ).each(
			function ( i ) {
				var btn = jQuery( this )
				
				
				btn.on( 'click', function () {
					goToSlide( i )

					$( '.nav-thumb-creative .swiper-slide' ).removeClass( 'active' )
					btn.addClass( 'active' )
					
					return false
				} )
			},
		)
		slider.find( '.nav-slider-button' ).each(
			function () {
				var btn = jQuery( this ),
					prevs,
					nexts
				btn.on(
					'click',
					function () {
						var slideto
						if ( btn.hasClass( 'prev-button' ) ) {
							slideto = currentslide - 1
							goToSlide( slideto )
						} else {
							slideto = currentslide + 1
							goToSlide( slideto )
						}
					
						return false
					},
				)
			},
		)

		if ( mainwrap.attr('data-auto') === 'true' ) {
			
			var timeout = mainwrap.attr('data-autotime')

			function slidetoslide() {
				var slideto
					slideto = currentslide + 1
					goToSlide( slideto )

			}

			var intervalId = setInterval(slidetoslide, timeout);

			// Pause interval on mouse enter
			$('.featured-style-40').mouseenter(function() {
				clearInterval(intervalId);
			});

			// Resume interval on mouse leave
			$('.featured-style-40').mouseleave(function() {
				intervalId = setInterval(slidetoslide, timeout);
			});
		}

		
	}

	PENCI.owl_slider_40()

	$( 'body' ).on( 'penci_swiper_sliders', function () {
		PENCI.owl_slider_40()
	} )
} )