Blame view

www/js/about/script.js 353 Bytes
4544a28c   Eugeny Galkovskiy   123
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  $(document).ready(function() {
      $("#owl1").owlCarousel({
          autoPlay: 5000,
          slideSpeed : 40000,
          paginationSpeed : 400,
          singleItem:true,
          rewindSpeed : 10
      });
  
      $("#owl6").owlCarousel({
          slideSpeed : 1000,
          paginationSpeed : 400,
          singleItem:true
      });
077804a5   Eugeny Galkovskiy   123
15
      $("#invislang").click();
4544a28c   Eugeny Galkovskiy   123
16
  });