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; - } -} - -