From d761c195be330853ddcb75aff2613f22f0f00ad4 Mon Sep 17 00:00:00 2001 From: r7projects-shayan Date: Tue, 16 Jul 2024 11:40:08 +0530 Subject: [PATCH] cleaned code --- frontend/src/styles/about.css | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/frontend/src/styles/about.css b/frontend/src/styles/about.css index 9dcf18bb..e4cc0502 100644 --- a/frontend/src/styles/about.css +++ b/frontend/src/styles/about.css @@ -1,36 +1,3 @@ -/* .focus-in-contract { - -webkit-animation: focus-in-contract 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) - both; - animation: focus-in-contract 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; -} - -@-webkit-keyframes focus-in-contract { - 0% { - letter-spacing: 1em; - -webkit-filter: blur(12px); - filter: blur(12px); - opacity: 0; - } - 100% { - -webkit-filter: blur(0px); - filter: blur(0px); - opacity: 1; - } -} -@keyframes focus-in-contract { - 0% { - letter-spacing: 1em; - -webkit-filter: blur(12px); - filter: blur(12px); - opacity: 0; - } - 100% { - -webkit-filter: blur(0px); - filter: blur(0px); - opacity: 1; - } -} */ - .focus-in-expand { -webkit-animation: focus-in-expand 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;