Logo white

Administrator / my-new-semena

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • my-new-semena
  • www
  • js
  • about
  • script.js
  • 123
    c96f9022
    Eugeny Galkovskiy authored
    2016-11-07 16:00:29 +0200  
    Browse Code ยป
script.js 360 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
$(document).ready(function() {
    $("#owl1").owlCarousel({
        autoPlay: 5000,
        slideSpeed : 40000,
        paginationSpeed : 400,
        singleItem:true,
        rewindSpeed : 10
    });

    $("#owl6").owlCarousel({
        slideSpeed : 1000,
        paginationSpeed : 400,
        singleItem:true
    });

    $('#langModal').modal('show');
});