Вход Регистрация
Файл: CLOUDME-HTML-RTL-SUPPORT/js/custom.js
Строк: 103
<?php
(function($){
  
"use strict";

    
// ______________ SUPERFISH
        
jQuery('#navigation').superfish({
              
speed 1,
              
animationfalse,
              
animationOutfalse
        
});

        
// ______________ MOBILE MENU

         
$(function(){
               $(
'#navigation').slicknav({
                
label"",
                  
closedSymbol"&#8594;",
                  
openedSymbol"&#8595;"
        
});
        });

// ______________ HOME PAGE WORDS ROTATOR
$("#js-rotating").Morphext({
    
animation"bounceInRight",
    
separator",",
    
speed6000
});
$(
'#js-rotating').show();



// ______________ ANIMATE EFFECTS
var wow = new WOW(
  {
    
boxClass:     'wow',
    
animateClass'animated',
    
offset:       0,
    
mobile:       false
  
}
);
wow.init();

// ______________ DISCOUNT NUMBER - CALL TO ACTION ON HOME PAGE
jQuery(document).ready(function() {
$(
'.calltoactioninfo').waypoint(function() {

$(
'#discount')
  .
prop('number'0)
  .
animateNumber(
    {
      
number45
    
},
    
3000
  
);

}, { 
offset800triggerOncetrue });
});

// ______________ LOVED BY DEVELOPERS NUMBER - CALL TO ACTION ON HOME PAGE
jQuery(document).ready(function() {
$(
'.testimonials .circle').waypoint(function() {

$(
'#lovedby')
  .
prop('number'0)
  .
animateNumber(
    {
      
number41169
    
},
    
3500
  
);

}, { 
offset800triggerOncetrue });
});

// TESTIMONIALS CAROUSEL_________________________ //

$(document).ready(function() {
$(
"#testimonials-carousel").owlCarousel({
direction:'rtl',
items 1,
autoPlay7500,
transitionStyle "backSlide",
itemsDesktop : [1199,1],
itemsDesktopSmall : [979,1],
itemsTablet: [768,1]});
});

// BLOG SLIDER_________________________ //

$(document).ready(function() {
direction:'rtl',
$(
"#blogslider").owlCarousel({
navigation false,
slideSpeed 300,
paginationSpeed 400,
singleItem:true
});
});

// HOME PAGE SLIDER_________________________ //

$(document).ready(function() {
$(
"#home-slider").owlCarousel({
direction:'rtl',
navigation false,
paginationtrue,
autoPlay5000,
slideSpeed 300,
paginationSpeed 400,
singleItem:true
});
});


// SMOOTH SCROLL________________________//

$(function() {
  $(
'a[href*=#]:not([href=#])').click(function() {
    if (
location.pathname.replace(/^//,'') == this.pathname.replace(/^//,'') && location.hostname == this.hostname) {
      
var target = $(this.hash);
      
target target.length target : $('[name=' this.hash.slice(1) +']');
      if (
target.length) {
        $(
'html,body').animate({
          
scrollToptarget.offset().top
        
}, 1000);
        return 
false;
      }
    }
  });
});

// ______________ BACK TO TOP BUTTON

$(window).scroll(function () {
    if ($(
this).scrollTop() > 300) {
      $(
'#back-to-top').fadeIn('slow');
    } else {
      $(
'#back-to-top').fadeOut('slow');
    }
  });
$(
'#back-to-top').click(function(){
            $(
"html, body").animate({ scrollTop}, 600);
            return 
false;
        });


$(
document).foundation();

})(
jQuery);
?>
Онлайн: 0
Реклама