extending fadeTime
This commit is contained in:
parent
9b191c3df7
commit
a7c7481d24
@ -254,7 +254,7 @@
|
||||
|
||||
function animateDots() {
|
||||
const now = Date.now();
|
||||
const fadeTime = 60000; // 60 seconds
|
||||
const fadeTime = 10 * 60 * 1000; // 10 minutes
|
||||
|
||||
activeDots.forEach((dot, key) => {
|
||||
const age = now - dot.lastUpdate;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user