timeline.init.js 698 B

123456789101112131415161718192021222324252627282930
  1. /******/ (function() { // webpackBootstrap
  2. var __webpack_exports__ = {};
  3. /*!*********************************************!*\
  4. !*** ./resources/js/pages/timeline.init.js ***!
  5. \*********************************************/
  6. /*
  7. Template Name: Skote - Admin & Dashboard Template
  8. Author: Themesbrand
  9. Website: https://themesbrand.com/
  10. Contact: themesbrand@gmail.com
  11. File: Timeline Init Js File
  12. */
  13. $('#timeline-carousel').owlCarousel({
  14. items: 1,
  15. loop: false,
  16. margin: 0,
  17. nav: true,
  18. navText: ["<i class='mdi mdi-chevron-left'></i>", "<i class='mdi mdi-chevron-right'></i>"],
  19. dots: false,
  20. responsive: {
  21. 576: {
  22. items: 2
  23. },
  24. 768: {
  25. items: 4
  26. }
  27. }
  28. });
  29. /******/ })()
  30. ;