Skip to content

Commit

Permalink
[web] increase autoscroll time
Browse files Browse the repository at this point in the history
  • Loading branch information
dtotsila committed Oct 21, 2024
1 parent da0c3bf commit 427ab14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/static/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ $(document).ready(function() {
loop: true,
infinite: true,
autoplay: true,
autoplaySpeed: 5000,
autoplaySpeed: 10000,
}

// Initialize all div with carousel class
var carousels = bulmaCarousel.attach('.carousel', options);

bulmaSlider.attach();

})

0 comments on commit 427ab14

Please sign in to comment.