From 56e8a096ee1b6f8b2fa78e127375679427a89730 Mon Sep 17 00:00:00 2001 From: vndangkhoa Date: Wed, 29 Apr 2026 15:47:58 +0700 Subject: [PATCH] slow down blink animation on mobile to 5s --- src/index.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/index.css b/src/index.css index d6e328a..aa200ee 100644 --- a/src/index.css +++ b/src/index.css @@ -197,6 +197,9 @@ body { opacity: 0; } } + .tetris-board > div { + animation-duration: 0.5s, 5s !important; + } } @keyframes dropIn {