From 3d8b19a552a003407db65cf62b14c42cec3282dc Mon Sep 17 00:00:00 2001 From: YilunAllenChen Date: Sun, 29 Oct 2023 20:06:29 -0500 Subject: [PATCH] make animation faster --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 6ad8032..4f3f9eb 100644 --- a/styles.css +++ b/styles.css @@ -14,7 +14,7 @@ html { } .enter-unfold { - animation: unfold 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; + animation: unfold 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; animation-delay: 0.3s; }