mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Slow down front page box scroll
This commit is contained in:
2
html/js/jquery-cycle-boxes.js
vendored
2
html/js/jquery-cycle-boxes.js
vendored
@ -1,7 +1,7 @@
|
||||
// cycle between divs in a set, from: http://jquery.malsup.com/cycle/basic.html (see also http://jsfiddle.net/n1ck/4PvU7/)
|
||||
$(document).ready(function() {
|
||||
$('.boxes').cycle({
|
||||
timeout: 5000,
|
||||
timeout: 9000,
|
||||
speed: 1000,
|
||||
random: 1,
|
||||
pause: 1,
|
||||
|
Reference in New Issue
Block a user