Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (function($) {
  2.   "use strict";
  3.  
  4. //------------------------------------- Waiting for the entire site to load ------------------------------------------------//
  5.  
  6. $(document).ready(function(){
  7.    
  8.    
  9. //------------------------------------- Site slider ------------------------------------------------//
  10.  
  11. $("#testimonial-carousel").owlCarousel({
  12.     navigation : false,
  13.     slideSpeed : 300,
  14.     paginationSpeed : 400,      
  15.     responsiveRefreshRate : 200,
  16.     responsiveBaseWidth: window,
  17.     pagination: true,
  18.     singleItem: true,
  19.  
  20.     // autoplay
  21.     autoPlay: true,
  22.     stopOnHover: true
  23. });
  24.  
  25. });
  26.  
  27.  
  28. })(jQuery);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement