mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-17 02:56:16 +08:00
parent
6e2887c9b1
commit
9fd2bc87f5
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ export function stopAnimation(): void {
|
|||
|
||||
export function startAnimation(): void {
|
||||
if (caretAnimating === false) {
|
||||
if (Config.smoothCaret && !SlowTimer.get()) {
|
||||
if (Config.smoothCaret !== "off" && !SlowTimer.get()) {
|
||||
caret.css("animation-name", "caretFlashSmooth");
|
||||
} else {
|
||||
caret.css("animation-name", "caretFlashHard");
|
||||
|
|
Loading…
Add table
Reference in a new issue