From 4ccd22098e282c1d274f5c727c4d53460ab604c9 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Sun, 17 Mar 2024 12:29:28 +0900 Subject: [PATCH] speed up --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f5e8bae..d14eb83 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@ display: inline-block; width: 100rem; animation-name: frames; - animation-duration: 2s; + animation-duration: 1s; animation-timing-function: linear; animation-iteration-count: infinite; }