mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Adjusted timing constants for rolling status
This commit is contained in:
parent
9f4f7bd9cc
commit
0951463fb5
|
|
@ -460,7 +460,7 @@ body {
|
|||
top: 0;
|
||||
|
||||
animation-timing-function: ease;
|
||||
animation-duration: .2s;
|
||||
animation-duration: .5s;
|
||||
animation-iteration-count: 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue