Файловый менеджер - Редактировать - /home/digitalm/www/zetaworks/wp-content/themes/uncode/library/js/fullPage.js
Назад
(function($) { "use strict"; UNCODE.fullPage = function() { if ( ( !UNCODE.isFullPage && !UNCODE.isFullPageSnap ) || SiteParameters.is_frontend_editor ) { $('body').removeClass('uncode-fullpage').removeClass('uncode-fullpage-slide').removeClass('fp-waiting'); return false; } else { requestTimeout(function() { window.scrollTo(0, 0); }, 10); } var $masthead = $('#masthead'), $logo = $('#logo-container-mobile'), $logolink = $('[data-minheight]', $logo), logoMinScale = $logolink.data('minheight'), logoMaxScale = $('[data-maxheight]', $logo).data('maxheight'), $mainWrapper = $('.main-wrapper')[0], $container = $('.main-container .post-content'), $mobileMenuWrapper = $('.menu-wrapper'), mobMenuPos, $rows = $container.find('.vc_row[data-parent]').addClass('uncode-scroll-lock fp-auto-height'), $header = $('#page-header').addClass('uncode-scroll-lock fp-auto-height'), headerName = $('.vc_row[data-name]', $header).attr('data-name'), headerLabel = $('.vc_row[data-label]', $header).attr('data-label'), headerWithOpacity = $('.header-scroll-opacity', $header).length, menuHidden = ! $('body').hasClass('vmenu') && $('body').hasClass('uncode-fp-menu-hide') ? true : false, menuHeight = $masthead.hasClass('menu-transparent') || menuHidden ? 0 : UNCODE.menuHeight, footerAdd = ( $('body').hasClass('hmenu') && $('body').hasClass('uncode-fp-menu-shrink') && !$masthead.hasClass('menu-transparent') ) ? -18 : 0, $footer = $('#colophon').addClass('uncode-scroll-lock fp-auto-height'), $scrollTop = $('.scroll-top'), scrollBar = true, effect, animationEndTimeOut, fp_anim_time = 900, fp_easing = 'cubic-bezier(0.37, 0.31, 0.2, 0.85)', is_scrolling = false, dataNames = [], is_first = true, no_history = $('body').hasClass('uncode-scroll-no-history'), theres_footer = true; if ( $('> div', $footer).outerHeight() < 2 || !$footer.length ) { $('> div', $footer).each(function(index, el){ if ( $(el).outerHeight() < 2 ) theres_footer = false; else theres_footer = true; }); } if ( !$footer.length ) theres_footer = false; if ( !UNCODE.isFullPageSnap ) { /*if ( theres_footer ) $footer.css({ marginTop: ( menuHeight + footerAdd + UNCODE.bodyBorder ) * -1 })*/ if ( $('body').hasClass('uncode-fullpage-zoom') ) effect = 'scaleDown'; else if ( $('body').hasClass('uncode-fullpage-parallax') ) effect = 'moveparallax'; else effect = 'movecurtain'; } if ( $('body').hasClass('uncode-fullpage-trid') ) fp_anim_time = fp_anim_time*2; if ( $header.length ) { if ( headerName !== '' ) $header.attr('data-name', headerName); if ( headerLabel !== '' ) $header.attr('data-label', headerLabel); $container.prepend($header); } if ( theres_footer ) { $container.append($footer); $footer.attr('data-anchor', SiteParameters.slide_footer).data('name', SiteParameters.slide_footer); $('aside.widget ul', $footer).addClass('no-list'); } var $all = $rows.add($header); if ( theres_footer ) $all = $all.add($footer); $all.each(function(index, row) { if( index === 0 ) $(row).addClass('uncode-scroll-active'); }); if ( !UNCODE.isMobile && !$('body').hasClass('uncode-scroll-no-dots') ) $("<ul class='onepage-pagination'></ul>").prependTo("body"); $all.each(function(index, val) { var getName = $(val).data('name'), label; if (typeof getName == 'undefined' || getName == 'undefined') getName = SiteParameters.slide_name + '-' + index; //if ( dataNames.includes(getName) ) { if ( dataNames.indexOf(getName) > 0 ) { getName += '_' + index; $(val).data('name', getName); } dataNames.push(getName); $(val).attr('data-section', (index+1)).attr('data-anchor', getName); if (typeof $(val).attr('data-label') !== 'undefined') label = $(val).attr('data-label'); else label = ''; if ( $(val).is($footer) ) return; if (label != '' ) { label = '<span class="cd-label style-accent-bg border-accent-color">' + label + '</span>'; $('ul.onepage-pagination').append("<li><a class='one-dot-link' data-index='" + (index) + "' href='#" + (getName) + "'><span class='cd-dot-cont'><span class='cd-dot'></span></span>"+label+"</a></li>"); } else if ( label == '' && $('body').hasClass('uncode-empty-dots') ) { $('ul.onepage-pagination').append("<li><a class='one-dot-link' data-index='" + (index) + "' href='#" + (getName) + "'><span class='cd-dot-cont'><span class='cd-dot'></span></span></a></li>"); } }); var checkVisible = function( el, off ) { if (typeof jQuery === "function" && el instanceof jQuery) { el = el[0]; } off = typeof off=='undefined' ? 50 : off; var rect = el.getBoundingClientRect(); return ( ( ( rect.top >= 0 && (rect.top + off) <= (window.innerHeight || document.documentElement.clientHeight) ) || ( rect.bottom >= off && (rect.bottom) <= (window.innerHeight || document.documentElement.clientHeight) ) || ( rect.top <= 0 && (rect.bottom) >= (window.innerHeight || document.documentElement.clientHeight) ) ) ); }; var animationEndAction = function( index, nextIndex ) { var $currentSlide = $('.uncode-scroll-lock[data-section="' + index + '"]', $container), $nextSlide = $('.uncode-scroll-lock[data-section="' + nextIndex + '"]', $container), player, iframe; if ( !$nextSlide.is($footer) ) { $('.no-scrolloverflow').removeClass('no-scrolloverflow'); } if ( !UNCODE.isFullPageSnap ) { activateKBurns( nextIndex ); } $('body:not(.uncode-fullpage-zoom) .background-video-shortcode, .uncode-video-container.video', $currentSlide).each(function(index, val) { if ($(this).attr('data-provider') == 'vimeo') { iframe = $(this).find('iframe'); player = $f(iframe[0]); player.api('pause'); } else if ($(this).attr('data-provider') == 'youtube') { if (youtubePlayers[$(this).attr('data-id')] != undefined) youtubePlayers[$(this).attr('data-id')].pauseVideo(); } else { if ($(this).is('video')) { $(this)[0].volume = 0; $(this)[0].pause(); } } }); if ( ! UNCODE.isMobile && headerWithOpacity ) { if ( $nextSlide.is($header) ) $header.removeClass('header-scrolled'); } var $otherEl = $('.uncode-scroll-lock:not(.hidden-scroll)', $container).not($nextSlide); $otherEl.each(function(){ var $otherThis = $(this), $bgwrapperOther = $('.background-inner', $otherThis); if ( !checkVisible($otherThis) ) $bgwrapperOther.removeClass('uncode-kburns').removeClass('uncode-zoomout'); }); if ( !checkVisible($currentSlide) ) { $currentSlide.removeClass('uncode-scroll-visible'); var currentScroll = $('.fp-scrollable', $currentSlide).data('iscrollInstance'); if ( typeof currentScroll != 'undefined' && !UNCODE.isFullPageSnap ) currentScroll.scrollTo(0, 0, 0); } clearRequestTimeout(animationEndTimeOut); animationEndTimeOut = requestTimeout(function(){ Waypoint.refreshAll(); $( document.body ).trigger('uncode_waypoints'); var eventFP = new CustomEvent('fp-slide-changed'); window.dispatchEvent(eventFP); is_scrolling = false; if ( is_first ) { $('ul.onepage-pagination a').removeClass('is-selected'); $('ul.onepage-pagination a[data-index="' + (nextIndex-1) + '"]').addClass('is-selected'); is_first = false; } }, 500); }; var postLeaveActions = function( nextIndex ){ if ( menuHidden && ! UNCODE.isMobile ) return false; var $el = $('.uncode-scroll-lock[data-section="' + nextIndex + '"]', $container), $cols = $('.uncol', $el), anchor = $el.data('anchor'); if ( ! UNCODE.isFullPageSnap ) { $.each($cols, function(index, val){ if ( $(val).hasClass('style-light') ){ $masthead.removeClass('style-dark-override').addClass('style-light-override'); return false; } else if ( $(val).hasClass('style-dark') ) { $masthead.removeClass('style-light-override').addClass('style-dark-override'); return false; } }); } if ( typeof anchor !== 'undefined' && anchor !== '' && $('.menu-item > a[href*="#' + anchor + '"]' ).length ) { $('.menu-item' ).removeClass('active'); $('.menu-item > a[href*="#' + anchor + '"]' ).closest('.menu-item').addClass('active'); } if ( !UNCODE.isFullPageSnap ) { activateBackWash( nextIndex ); } }; var activateBackWash = function( nextIndex ){ var $el = $('.uncode-scroll-lock[data-section="' + nextIndex + '"]', $container), $bgwrapper; if ( $el.length ) { if ( $el.hasClass('with-zoomout') ) { $bgwrapper = $('.background-inner:nth-child(1)', $el); } else if ( $('.with-zoomout', $el).length ) { $bgwrapper = $('.with-zoomout .background-inner:nth-child(1)', $el); } else { return false; } } else { return false; } $bgwrapper.addClass('uncode-zoomout'); }; var activateKBurns = function( nextIndex ){ var $el = $('.uncode-scroll-lock[data-section="' + nextIndex + '"]', $container), $bgwrapper; if ( $el.length ) { if ( $el.hasClass('with-kburns') ) { $bgwrapper = $('.background-inner:nth-child(1)', $el); } else if ( $('.with-kburns', $el).length ) { $bgwrapper = $('.with-kburns .background-inner:nth-child(1)', $el); } else { return false; } } else { return false; } $bgwrapper.addClass('uncode-kburns'); }; var activateParallax = function( nextIndex, direction ){ var $el = $('.uncode-scroll-lock[data-section="' + nextIndex + '"]', $container), $cell = $('.fp-tableCell', $el), animationEnd = 'webkitAnimationEnd animationend', cellAnim; switch( direction ) { case 'up': cellAnim = 'moveFromTopInner'; break; default: cellAnim = 'moveFromBottomInner'; } $cell.css({ 'animation-name': cellAnim, 'animation-duration': fp_anim_time + 'ms', 'animation-delay': '', 'animation-timing-function': fp_easing, 'animation-fill-mode': 'both', }).off(animationEnd) .on(animationEnd, function(event) { if ( event.originalEvent.animationName === cellAnim ) { $cell .css({ 'animation-name': '', 'animation-duration': '', 'animation-delay': '', 'animation-timing-function': '', 'animation-fill-mode': '', }); } }); }; var scrollHashes = function(){ var hash = window.location.hash.replace('#', '').split('/'), hashInd; if ( hash[0] !== '' && hash[0] !== SiteParameters.slide_footer ) { if ( $('.uncode-scroll-lock[data-anchor="' + hash[0] + '"]').length ) { hashInd = $('.uncode-scroll-lock[data-anchor="' + hash[0] + '"]').index('[data-anchor]'); $.fn.fullpage.moveTo(hashInd+1); } } else if( hash[0] === '' ) { $.fn.fullpage.moveTo(1); } }; var hideMenu = function( index, nextIndex ){ if ( $('body').hasClass('vmenu') || UNCODE.isFullPageSnap || !$('body').hasClass('uncode-fp-menu-hide') ) return false; var hMenu = UNCODE.menuHeight, transTime = hMenu * 2; if ( index === 1 && nextIndex > 1 ) { hMenu = hMenu * -1; } else if ( index !== 1 && nextIndex === 1 ) { hMenu = 0; } else { return false; } $masthead.css({ '-webkit-transform': 'translate3d(0, ' + hMenu + 'px, 0)', 'transform': 'translate3d(0, ' + hMenu + 'px, 0)', '-webkit-transition': 'transform 0.5s ease-in-out', 'transition': 'transform 0.5s ease-in-out' }); }; var shrinkMenu = function( index, nextIndex ){ if ( $('body').hasClass('vmenu') || !$('body').hasClass('uncode-fp-menu-shrink') ) return false; if ( index === 1 && nextIndex > 1 ) { $logo.addClass('shrinked'); $('div', $logo).each(function(index, val){ $(val).css({ 'height': logoMinScale, 'line-height': logoMinScale }); if ($(val).hasClass('text-logo')) { $(val).css({ 'font-size': logoMinScale + 'px' }); } }); requestTimeout(function() { UNCODE.menuMobileHeight = $masthead.outerHeight(); }, 300); } else if ( index !== 1 && nextIndex === 1 ) { $logo.removeClass('shrinked'); $('div', $logo).each(function(index, val){ $(val).css({ 'height': logoMaxScale, 'line-height': logoMaxScale }); if ($(val).hasClass('text-logo')) { $(val).css({ 'font-size': logoMaxScale + 'px' }); } }); requestTimeout(function() { UNCODE.menuMobileHeight = $masthead.outerHeight(); }, 300); } else { return false; } }; var anchorLink = function(){ $container.add('.menu-item').find('a[href*="#"]').click(function(e) { var $this = $(e.currentTarget), hash = e.currentTarget.href.split('#'), current = window.location.href.split('#'), ind, currentMenuOpened = UNCODE.menuOpened, go = false; var hash_url = hash[0].replace(/\/?$/, '/'), current_url = current[0].replace(/\/?$/, '/'); if ( ( hash_url == current_url || hash_url == '' ) && hash[1] != '' ) { hash = '#'+hash[1]; e.preventDefault(); go = true; } if ( go ) { if ( $(hash).length ) { ind = $(hash).closest('.fp-section').index(); } else { hash = hash.slice(1); ind = $('.fp-section[data-anchor="' + hash + '"]').index('.fp-section'); } if ( typeof $this.attr('data-filter') !== 'undefined' && $this.attr('data-filter') != '' ) ind = $this.closest('.fp-section').index(); UNCODE.menuOpened = false; $.fn.fullpage.moveTo(ind+1); UNCODE.menuOpened = currentMenuOpened; if (UNCODE.menuOpened) { if (UNCODE.wwidth < UNCODE.mediaQuery) { window.dispatchEvent(UNCODE.menuMobileTriggerEvent); } else { $('.mmb-container-overlay .overlay-close').trigger('click'); $('.mmb-container .trigger-overlay.close')[0].dispatchEvent(new Event("click"));; } } } }); $('.header-scrolldown').on('click', function(event) { event.preventDefault(); var scrollDown = $(this), ind = scrollDown.closest('.fp-section').index(); $.fn.fullpage.moveTo(ind+2); }); var anchor = $('.fp-section.active').data('anchor'); if ( typeof anchor !== 'undefined' && anchor !== '' && $('.menu-item > a[href="#' + anchor + '"]' ).length ) { $('.menu-item').removeClass('active'); $('.menu-item > a[href="#' + anchor + '"]' ).closest('.menu-item').addClass('active'); } }; var slideLeave = function( index, nextIndex, direction ) { var $currentSlide = $('.uncode-scroll-lock[data-section="' + index + '"]', $container), $nextSlide = $('.uncode-scroll-lock[data-section="' + nextIndex + '"]', $container), animationEnd = 'webkitAnimationEnd animationend', transitionEnd = 'webkitTransitionEnd transitionend', animOut = effect != 'scaleDown' ? effect + direction : effect, animIn, animInDelay = effect == 'scaleDown' ? 0 : 0, isFooter = false, isFooterNext = false, isHeader = false, isHeaderNext = false, containerOff = $container.offset().top, footerH = $footer.outerHeight(), timeout, dataHash = $nextSlide.attr('data-anchor'), player, iframe, footerCoeff; switch( direction ) { case 'up': animIn = 'moveFromTop'; break; default: animIn = 'moveFromBottom'; } if ( $('body').hasClass('uncode-fullpage-trid') ) { animOut = animIn + 'trid'; animIn = animOut + 'In'; } else if ( UNCODE.isFullPageSnap ) { animIn = animOut = 'none'; } hideMenu(index, nextIndex); shrinkMenu(index, nextIndex); $('.uncode-fullpage-zoom .background-video-shortcode, .uncode-video-container.video', $currentSlide).each(function(index, val) { if ($(this).attr('data-provider') == 'vimeo') { iframe = $(this).find('iframe'); player = $f(iframe[0]); player.api('pause'); } else if ($(this).attr('data-provider') == 'youtube') { if (youtubePlayers[$(this).attr('data-id')] != undefined) youtubePlayers[$(this).attr('data-id')].pauseVideo(); } else { if ($(this).is('video')) { $(this)[0].volume = 0; $(this)[0].pause(); } } }); $('.background-video-shortcode, .uncode-video-container.video', $nextSlide).each(function(index, val) { if ($(this).attr('data-provider') == 'vimeo') { iframe = $(this).find('iframe'); player = $f(iframe[0]); player.api('play'); } else if ($(this).attr('data-provider') == 'youtube') { if (youtubePlayers[$(this).attr('data-id')] != undefined) youtubePlayers[$(this).attr('data-id')].playVideo(); } else { if ($(this).is('video')) { $(this)[0].volume = 0; $(this)[0].play(); } } }); if ( $currentSlide.is($footer) ) isFooter = true; if ( $nextSlide.is($footer) ) isFooterNext = true; // if ( typeof dataHash && dataHash && !no_history && dataHash != SiteParameters.slide_footer ) // window.location.hash = '#' + dataHash; if ( ! UNCODE.isMobile && headerWithOpacity ) { if ( $currentSlide.is($header) ) $header.addClass('header-scrolled'); } footerCoeff = footerH; if ( UNCODE.isFullPageSnap ) { postLeaveActions( nextIndex ); activateBackWash( nextIndex ); activateKBurns( nextIndex ); requestTimeout(function(){ animationEndAction( index, nextIndex ); }, fp_anim_time+150); } else { if ( isFooterNext ) { var $iscrollWrapper = $currentSlide.find('.fp-scrollable'); $iscrollWrapper.addClass('no-scrolloverflow'); $nextSlide .add($currentSlide) .addClass('uncode-scroll-front') .addClass('uncode-scroll-active') .addClass('uncode-scroll-visible'); $container.css({ '-webkit-transform': 'translate3d(0, -' + ( footerCoeff ) + 'px, 0)', 'transform': 'translate3d(0, -' + ( footerCoeff ) + 'px, 0)', '-webkit-transition': 'transform ' + (( footerCoeff )*2) + 'ms ' + fp_easing, 'transition': 'transform ' + (( footerCoeff )*2) + 'ms ' + fp_easing, }).off(transitionEnd) .one(transitionEnd, function(){ animationEndAction( index, nextIndex ); }); } else if ( isFooter ) { $('.uncode-scroll-lock[data-section="' + (index-1) + '"]', $container) // so it is always the section above the footer to be animated first .add($currentSlide) .addClass('uncode-scroll-front') .addClass('uncode-scroll-active') .addClass('uncode-scroll-visible'); $container.css({ '-webkit-transform': 'translate3d(0, 0, 0)', 'transform': 'translate3d(0, 0, 0)', '-webkit-transition': 'transform ' + (( footerCoeff )*2) + 'ms ' + fp_easing, 'transition': 'transform ' + (( footerCoeff )*2) + 'ms ' + fp_easing, }) .one(transitionEnd, function(){ if ( nextIndex !== index-1 ) { // if a bullet triggered a slide different than the one above the footer clearRequestTimeout(timeout); timeout = requestTimeout(function(){ $.fn.fullpage.moveTo(nextIndex); slideLeave( index-1, nextIndex, 'up' ); $container.off(transitionEnd); }, 50); } animationEndAction( index, nextIndex ); }); } else { postLeaveActions( nextIndex ); if ( !$('body').hasClass('uncode-fullpage-trid') ) activateParallax( nextIndex, direction ); var $outBg = $('.background-wrapper', $currentSlide); $nextSlide .addClass('uncode-scroll-front') .addClass('uncode-scroll-active') .addClass('uncode-scroll-visible') .addClass('uncode-scroll-animating-in') .css({ 'z-index':4, 'animation-name': animIn, 'animation-duration': fp_anim_time + 'ms', 'animation-delay': '', 'animation-timing-function': fp_easing, 'animation-fill-mode': 'both', 'transition': 'initial', }).off(animationEnd) .on(animationEnd, function(event) { if ( event.originalEvent.animationName === animIn ) { $(this) .addClass('uncode-scroll-already') .removeClass('uncode-scroll-front') .removeClass('uncode-scroll-animating-in') .css({ 'animation-name': '', 'animation-duration': '', 'animation-delay': '', 'animation-timing-function': '', 'animation-fill-mode': '', 'transition': 'initial', }); $currentSlide .removeClass('uncode-scroll-active') .add($outBg) .css({ 'animation-name': '', 'animation-duration': '', 'animation-delay': '', 'animation-timing-function': '', 'animation-fill-mode': '', 'transition': 'initial', }); animationEndAction( index, nextIndex ); } if ( nextIndex > 1 ) $('body').addClass('window-scrolled'); else $('body').removeClass('window-scrolled'); }); $currentSlide .addClass('uncode-scroll-animating-out') .removeClass('uncode-scroll-front') .css({ 'z-index':'1', 'animation-name': animOut, 'animation-duration': fp_anim_time + 'ms', 'animation-delay': '', 'animation-timing-function': fp_easing, 'animation-fill-mode': 'both', 'transition': 'initial', 'will-change': 'auto' }).off(animationEnd) .on(animationEnd, function(event) { if ( event.originalEvent.animationName === animOut ) { $currentSlide.removeClass('uncode-scroll-animating-out'); } }); if ( $('body').hasClass('uncode-fp-opacity') ) { $currentSlide.find('> div').css({ 'animation-name': 'opacityout', 'animation-duration': fp_anim_time + 'ms', 'animation-delay': '', 'animation-timing-function': fp_easing, 'animation-fill-mode': 'both', 'transition': 'initial', }).off(animationEnd) .on(animationEnd, function(event) { if ( event.originalEvent.animationName === 'opacityout' ) { $(event.currentTarget).css({ 'animation-name': '', 'animation-duration': '', 'animation-delay': '', 'animation-timing-function': '', 'animation-fill-mode': '', 'transition': '', }); } }); } } } $('.scroll-top').on('click', function(e){ $.fn.fullpage.moveTo(1); return false; }); }; var init_fullPage = function(mode){ // if ( typeof mode !== 'undefined' && mode === 'mobile' ) { // scrollBar = false; // } var checkFPeffects; $container.fullpage({ sectionSelector: '.uncode-scroll-lock', scrollOverflow: true, scrollOverflowOptions: { click: false, preventDefaultException: { tagName:/.*/ } }, navigation: false, scrollBar: scrollBar, scrollingSpeed: fp_anim_time, verticalCentered: true, anchors: no_history ? false : dataNames, recordHistory: !no_history, afterRender: function(){ $('body').removeClass('fp-waiting'); $('.uncode-scroll-lock', $container).not(':visible').each(function(){ var $invisible = $(this).addClass('hidden-scroll');//, }); $('.uncode-scroll-lock.active', $container).filter(':visible').each(function(){ var $visible = $(this).addClass('uncode-scroll-visible'), visIndex = $visible.index('.uncode-scroll-lock:not(.hidden-scroll)'); $('ul.onepage-pagination a[data-index="' + visIndex + '"]').addClass('is-selected'); }); $('ul.onepage-pagination a').on('click', function(e){ e.preventDefault(); var $a = $(this), toIndex = $a.data('index'); $.fn.fullpage.moveTo(toIndex+1); }); requestTimeout(function(){ scrollHashes(); }, 1000); $(window).on('hashchange', function(e){ requestTimeout(function(){ scrollHashes(); }, 500); }); anchorLink(); if ( $('body').hasClass('uncode-fp-opacity') ) { $all.each(function(index, row) { var testmatch = $(row)[0].className.match(/\bstyle-.*?-bg\b/g, ''), classBg; if ( typeof testmatch !== 'undefined' && testmatch !== null ) { classBg = testmatch[0]; $(row).removeClass(classBg).find('.fp-tableCell').addClass(classBg); } }); } if ( !$('body').hasClass('vmenu') && !$('body').hasClass('menu-offcanvas') ) { $(window).on('menuOpen gdprOpen', function(){ $.fn.fullpage.setAutoScrolling(false); }).on('menuClose gdprClose', function(){ $.fn.fullpage.setAutoScrolling(true); }); } $(window).on('menuMobileOpen menuCanvasOpen unmodal-open uncode-sidecart-open', function(){ requestTimeout(function(){ $.fn.fullpage.setAutoScrolling(false); }, 1000); }).on('menuMobileClose menuCanvasClose unmodal-close uncode-sidecart-closed', function(){ $.fn.fullpage.setAutoScrolling(true); }); if ( !UNCODE.isFullPageSnap ) { clearRequestTimeout(checkFPeffects); checkFPeffects = requestTimeout(function(){ activateBackWash( 1 ); activateKBurns( 1 ); }, 100); } }, onLeave: function( index, nextIndex, direction ){ if ( UNCODE.menuOpened || is_scrolling ) return false; is_scrolling = true; var event = new CustomEvent('fp-slide-leave'); window.dispatchEvent(event); slideLeave( index, nextIndex, direction ); if ( $('.uncode-scroll-lock', $container).eq(nextIndex-1).hasClass('hidden-scroll') ) { if ( direction === 'up' ) { $.fn.fullpage.moveTo(nextIndex-1); } else { $.fn.fullpage.moveTo(nextIndex+1); } return false; } $('ul.onepage-pagination a').removeClass('is-selected'); $('ul.onepage-pagination a[data-index="' + (nextIndex-1) + '"]').addClass('is-selected'); } }); }; init_fullPage(); $(window).on('load', function(){ requestTimeout(function(){ $.fn.fullpage.reBuild(); }, 3000); }); var addScrollingClass, removeScrollingClass; window.addEventListener("fp-slide-scroll", function(){ addScrollingClass = requestTimeout( function(){ $('body').addClass('fp-slide-scrolling'); }, 10 ); clearRequestTimeout(removeScrollingClass); removeScrollingClass = requestTimeout( function(){ $('body').removeClass('fp-slide-scrolling'); }, 150 ); Waypoint.refreshAll(); }, false); var setFPheight = function(){ var $body = document.body, $footer = document.getElementById('colophon'), $maincontainer = document.querySelector('.main-wrapper'), $boxcontainer = document.querySelector('.box-container'), rect = $maincontainer.getBoundingClientRect(), rect2 = $boxcontainer.getBoundingClientRect(); $body.style.height = UNCODE.wheight + 'px'; if ( theres_footer ) $footer.style.top = (rect.height || rect2.height) + 'px'; }; setFPheight(); window.addEventListener('resize', setFPheight, false); window.addEventListener('orientationchange', setFPheight, false); }; })(jQuery);
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.04 |
proxy
|
phpinfo
|
Настройка