?
| Current Path : /home/webyoo/www/backup/allback/docteur-site/cv/sym/a/events/crm/minimal/js/ |
| Current File : /home/webyoo/www/backup/allback/docteur-site/cv/sym/a/events/crm/minimal/js/main.js |
$(window).on("load", function () {
/* ===================================
Loading Timeout
====================================== */
"use strict";
setTimeout(function () {
$("#loader").fadeOut("slow");
}, 800);
});
jQuery(function ($) {
"use strict";
var $window = $(window);
var $windowsize = $(window).width();
/*=========================
wow js
==========================*/
if ($(window).width() > 767) {
var wow = new WOW({
boxClass: 'wow',
animateClass: 'animated',
live: true,
offset: 0,
mobile: false,
});
new WOW().init();
}
//scroll sections
$(".pagescroll").on("click", function (event) {
event.preventDefault();
$("html,body").animate({
scrollTop: $(this.hash).offset().top
}, 800);
});
/*header-appear */
$(window).on('scroll', function () {
if ($(this).scrollTop() > 180) { // Set position from top to add class
$('header').addClass('header-appear');
}
else {
$('header').removeClass('header-appear');
}
});
/*-- counters --*/
$('.count').each(function () {
$(this).appear(function () {
$(this).prop('Counter',0).animate({
Counter: $(this).text()
}, {
duration: 5000,
easing: 'swing',
step: function (now) {
$(this).text(Math.ceil(now));
}
});
});
});
/* end of counter js * /
/* ===================================
Owl Carousel
====================================== */
var owl1 = $('#owl-client');
owl1.owlCarousel({
items: 1,
dots: true,
loop: true,
autoplay: true,
animateIn: "fadeIn",
animateOut: "fadeOut",
dotsContainer: "#owl-thumbs",
nav: true,
navText: ["<i class='fa fa-caret-left'></i>", "<i class='fa fa-caret-right'></i>"]
});
/*----- Menu On click -----*/
if ($("#sidemenu_toggle").length) {
$("body").addClass("pushwrap");
$("#sidemenu_toggle").on("click", function () {
$(".pushwrap").toggleClass("active");
$(".side-menu").addClass("side-menu-active"), $("#close_side_menu").fadeIn(700)
}), $("#close_side_menu").on("click", function () {
$(".side-menu").removeClass("side-menu-active"), $(this).fadeOut(200), $(".pushwrap").removeClass("active")
}), $("#btn_sideNavClose").on("click", function () {
$(".side-menu").removeClass("side-menu-active"), $("#close_side_menu").fadeOut(200), $(".pushwrap").removeClass("active")
});
}
/*------------ Initializing Particles -------------*/
if ($("#particles-js").length) {
window.onload = function () {
Particles.init({
selector: '#particles-js',
color: '#ffffff',
connectParticles: false,
sizeVariations: 14,
maxParticles: 140,
});
};
}
/*bottom menu fix*/
if ($("nav.navbar").hasClass("fixed-bottom")) {
var navHeight = $(".fixed-bottom").offset().top;
$window.scroll(function () {
if ($window.scrollTop() > navHeight) {
$('.fixed-bottom').addClass('bottom-fixedmenu');
} else {
$('.fixed-bottom').removeClass('bottom-fixedmenu');
}
});
}
/* ===================================
Portfolio
====================================== */
var galleryThumbs = new Swiper('.gallery-thumbs', {
slidesPerView: 7,
shortSwipes: false,
longSwipes: false,
touchRatio: 0,
slideToClickedSlide: true,
preventClicksPropagation: false,
preventClicks: false,
loop: false,
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
watchSlidesVisibility: true,
watchSlidesProgress: true,
});
var galleryTop = new Swiper('.gallery-top', {
shortSwipes: false,
effect: 'fade',
longSwipes: false,
slideToClickedSlide: true,
preventClicksPropagation: false,
preventClicks: false,
touchRatio: 0,
loop: false,
thumbs: {
swiper: galleryThumbs,
}
});
/* ===================================
Portfolio Filter
====================================== */
$(function () {
var selectedClass = "";
$(".fil-cat").click(function () {
$(".fil-cat").removeClass("active");
$(this).addClass("active");
selectedClass = $(this).attr("data-rel");
$("#portfolio div").not("." + selectedClass).removeClass('scale-anm');
setTimeout(function () {
$("." + selectedClass).addClass('scale-anm');
if ($('#portfolio').find('.scale-anm').length < 7) {
$('#portfolio').addClass('active');
} else {
$('#portfolio').removeClass('active');
}
}, 300);
});
});
/*================================
fancy closed btn
=================================*/
$('.fancybox-close-small').on('click', function(){
$.fancybox.close();
parent.jQuery.fancybox.close()
});
$('.hiking').click(function(){
$.fancybox.close();
parent.jQuery.fancybox.close()
});
$('.outdoor').click(function(){
$.fancybox.close();
parent.jQuery.fancybox.close()
});
});
/* ------ Revolution Slider ------ */
/*main slider*/
$("#banner-main").show().revolution({
sliderType: "standard",
sliderLayout: "fullscreen",
scrollbarDrag: "true",
dottedOverlay: "none",
navigation: {
keyboardNavigation: "off",
keyboard_direction: "horizontal",
mouseScrollNavigation: "off",
bullets: {
style: "",
enable: false,
rtl: false,
hide_onmobile: false,
hide_onleave: false,
hide_under: 767,
hide_over: 9999,
tmp: '',
direction: "vertical",
space: 10,
h_align: "right",
v_align: "center",
h_offset: 40,
v_offset: 0
},
arrows: {
enable: true,
hide_onmobile: true,
hide_onleave: true,
hide_under: 767,
left: {
h_align: "left",
v_align: "center",
h_offset: 20,
v_offset: 30,
},
right: {
h_align: "right",
v_align: "center",
h_offset: 20,
v_offset: 30
},
},
touch: {
touchenabled: "on",
swipe_threshold: 75,
swipe_min_touches: 1,
swipe_direction: "horizontal",
drag_block_vertical: false,
}
},
viewPort: {
enable: true,
outof: "pause",
visible_area: "90%"
},
responsiveLevels: [4096, 1024, 778, 480],
gridwidth: [1140, 1024, 750, 480],
gridheight: [600, 500, 500, 350],
lazyType: "none",
parallax: {
type: "mouse",
origo: "slidercenter",
speed: 9000,
levels: [2, 3, 4, 5, 6, 7, 12, 16, 10, 50],
},
shadow: 0,
spinner: "off",
stopLoop: "off",
stopAfterLoops: -1,
stopAtSlide: -1,
shuffle: "off",
autoHeight: "off",
hideThumbsOnMobile: "off",
hideSliderAtLimit: 0,
hideCaptionAtLimit: 0,
hideAllCaptionAtLilmit: 0,
debugMode: false,
fallbacks: {
simplifyAll: "off",
nextSlideOnWindowFocus: "off",
disableFocusListener: false,
}
});