Change delay
This commit is contained in:
parent
279ef6d807
commit
d22edbdd8a
@ -1,6 +1,6 @@
|
|||||||
// animation speeds cause why not
|
// animation speeds cause why not
|
||||||
const TYPING_SPEED = 60;
|
const TYPING_SPEED = 50;
|
||||||
const ERASE_SPEED = 80;
|
const ERASE_SPEED = 70;
|
||||||
const STATUS_UPDATE_INTERVAL = 60000; // 1min updates
|
const STATUS_UPDATE_INTERVAL = 60000; // 1min updates
|
||||||
const TIME_UPDATE_INTERVAL = 1; // 1ms updates (yeah its bad)
|
const TIME_UPDATE_INTERVAL = 1; // 1ms updates (yeah its bad)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user