Adjusted timing constants for rolling status

This commit is contained in:
Liu Xiaoyi 2020-03-03 01:35:18 +08:00
parent 9f4f7bd9cc
commit 0951463fb5
No known key found for this signature in database
GPG Key ID: B60C78B94C354E11
2 changed files with 2 additions and 2 deletions

View File

@ -460,7 +460,7 @@ body {
top: 0;
animation-timing-function: ease;
animation-duration: .2s;
animation-duration: .5s;
animation-iteration-count: 1;
}

View File

@ -23,7 +23,7 @@ $(document).ready(() => {
// Scrolling
const SCROLL_INTERVAL = 1000;
const SCROLL_INTERVAL = 2000;
function kickstartScroll() {
console.log('Scroll start...');
setInterval(doScroll, SCROLL_INTERVAL);