From 701ca55ab9c0747949fbd964b08b02ff41581406 Mon Sep 17 00:00:00 2001 From: James Dinh Date: Sun, 5 Mar 2023 21:36:38 -0800 Subject: [PATCH] updated animations --- css/general.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/css/general.css b/css/general.css index 5aa02dd..c92d73d 100644 --- a/css/general.css +++ b/css/general.css @@ -2881,11 +2881,9 @@ option { @keyframes grow-wide { 0% { transform: scale(0); - opacity: 0; } 100% { transform: scale(1); - opacity: 1; } }