From 4639a452dd845cb53d9af15c6f8c3101b9b1e93c Mon Sep 17 00:00:00 2001 From: deffcolony <61471128+deffcolony@users.noreply.github.com> Date: Mon, 1 Jan 2024 13:16:10 +0100 Subject: [PATCH] removed animation --- svg/linkstack.svg | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/svg/linkstack.svg b/svg/linkstack.svg index 775632d2..7467f99f 100644 --- a/svg/linkstack.svg +++ b/svg/linkstack.svg @@ -38,38 +38,6 @@ .cls-3 { fill: url(#linear-gradient-4); } - -.cls-5, .cls-2, .cls-3 { - opacity: 0; -} - -.cls-3 { - animation: slideInDown 1s ease forwards; - animation-delay: 0s; -} - -.cls-2 { - animation: slideInDown 1s ease forwards; - animation-delay: 0.5s; -} - -.cls-5 { - animation: slideInDown 1s ease forwards; - animation-delay: 1s; -} - -@keyframes slideInDown { - 0% { - transform: translateY(-100%); - opacity: 0; - } - 100% { - transform: translateY(0); - opacity: 1; - } -} - -