ʦj~'q^ּj*Accept-Encoding,User-AgentV6ߠqG KEY: https://fanatef.com.br/login/js/custom/custom-parallax.js HTTP/1.1 200 OK Date: Sun, 13 Sep 2026 15:10:14 GMT Server: Apache Last-Modified: Tue, 17 Mar 2020 19:39:42 GMT Accept-Ranges: bytes Content-Length: 3487 Vary: Accept-Encoding,User-Agent Connection: close Content-Type: application/javascript (function($) { "use strict"; //Preloader Royal_Preloader.config({ mode : 'progress', background : '#ffffff', showProgress : true, showPercentage : false }); /* Scroll Animation */ window.scrollReveal = new scrollReveal(); //Parallax & fade on scroll function scrollBanner() { $(document).on('scroll', function(){ var scrollPos = $(this).scrollTop(); $('.parallax-top').css({ 'top' : (scrollPos/2)+'px' }); }); } scrollBanner(); $(document).ready(function() { /* Scroll Too */ $(".scroll").on('click', function(event){ event.preventDefault(); var full_url = this.href; var parts = full_url.split("#"); var trgt = parts[1]; var target_offset = $("#"+trgt).offset(); var target_top = target_offset.top - 68; $('html, body').animate({scrollTop:target_top}, 800); }); //Scroll back to top var offset = 300; var duration = 600; jQuery(window).on('scroll', function() { if (jQuery(this).scrollTop() > offset) { jQuery('.scroll-to-top').fadeIn(duration); } else { jQuery('.scroll-to-top').fadeOut(duration); } }); jQuery('.scroll-to-top').on('click', function(event) { event.preventDefault(); jQuery('html, body').animate({scrollTop: 0}, duration); return false; }) //Parallax $('.parallax').parallax("50%", 0.3); $('.parallax-1').parallax("50%", 0.3); $('.parallax-2').parallax("50%", 0.3); $('.parallax-3').parallax("50%", 0.3); $('.parallax-4').parallax("50%", 0.3); /* Work Carousel */ $("#owl-work").owlCarousel({ items : 3, itemsDesktop : [1350,2], itemsDesktopSmall : [1000,2], itemsTablet: [768,1], itemsMobile : false, pagination : true, autoPlay : 8000, slideSpeed : 300 }); /* Testimonials Carousel */ $("#owl-testimonials-1").owlCarousel({ transitionStyle : "goDown", singleItem: true, itemsMobile : false, pagination : false, autoPlay : 5000, slideSpeed : 300 }); (function ($) { var owl = $("#owl-testimonials-1"); owl.owlCarousel(); // Custom Navigation Events $(".next-testimonials-1").click(function(){ owl.trigger('owl.next'); }) $(".prev-testimonials-1").click(function(){ owl.trigger('owl.prev'); }) } )(jQuery); // Facts Counter $('.counter-numb').counterUp({ delay: 20, time: 2000 }); /* Team Carousel */ $("#owl-team-1").owlCarousel({ items : 3, itemsDesktop : [1350,3], itemsDesktopSmall : [1000,2], itemsTablet: [600,1], itemsMobile : false, pagination : true, autoPlay : 8000, slideSpeed : 300 }); /* Video */ $(".container").fitVids(); $('.vimeo a,.youtube a').on('click', function (e) { e.preventDefault(); var videoLink = $(this).attr('href'); var classeV = $(this).parent(); var PlaceV = $(this).parent(); if ($(this).parent().hasClass('youtube')) { $(this).parent().wrapAll('
'); $(PlaceV).html(''); } else { $(this).parent().wrapAll('
'); $(PlaceV).html(''); } }); }); })(jQuery);