-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscript.min.js
More file actions
2 lines (1 loc) · 1.05 KB
/
script.min.js
File metadata and controls
2 lines (1 loc) · 1.05 KB
1
2
$(window).load(function(){$("#status").delay(300).fadeOut();$("#preloader").delay(300).fadeOut("slow");$("body").delay(550).css({overflow:"visible"})});$(document).ready(function(){$(".navbar-brand").hover(function(){$(this).toggleClass("animated shake")});$(".img_scroll").hover(function(){$(this).toggleClass("animated infinite bounce")});wow=new WOW({mobile:false});wow.init();$(".image-link").magnificPopup({type:"image"});$("#owl-demo").owlCarousel({autoPlay:false,items:2,itemsDesktop:[1199,2],itemsDesktopSmall:[979,3]});$("#owl-demo-1").owlCarousel({navigation:false,slideSpeed:300,paginationSpeed:400,singleItem:true});$("a[href*=#]").click(function(){if(location.pathname.replace(/^\//,"")==this.pathname.replace(/^\//,"")&&location.hostname==this.hostname){var a=$(this.hash);a=a.length&&a||$("[name="+this.hash.slice(1)+"]");if(a.length){var b=a.offset().top;$("html,body").animate({scrollTop:b},600);return false}}});[].slice.call(document.querySelectorAll("form button")).forEach(function(a){a.addEventListener("click",function(b){b.preventDefault()})})});