From ebb9feafb2d8cac08ed8c1a9f205fe0b621a6934 Mon Sep 17 00:00:00 2001 From: cardboardlamb Date: Tue, 1 Nov 2022 15:22:32 +0100 Subject: [PATCH] yooo guys check out the white shadow --- css/animation.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/animation.css b/css/animation.css index 938ef01..2d70fe3 100644 --- a/css/animation.css +++ b/css/animation.css @@ -1,7 +1,7 @@ /* css animation that spins a class around forever# */ .spinny{ - animation: rotate 5s infinite, colorchange 1.5s infinite alternate-reverse; + animation: rotate 10s infinite, colorchange 4.5s infinite alternate-reverse; } @keyframes rotate { @@ -13,7 +13,7 @@ }} @keyframes colorchange { - 0% { box-shadow: 30px 30px 30px green, -30px 30px 50px purple; } - 100% { box-shadow: -10px 10px 66px green, 66px 8px 25px purple; } + 0% { filter: drop-shadow(-30px 30px 50px white); } + 100% { filter: drop-shadow(-10px 10px 66px white); }