From 212a3d42eab066d75f74149083b20ac586aaff6d Mon Sep 17 00:00:00 2001 From: Andrehlb Date: Wed, 10 Jan 2024 21:33:44 -0300 Subject: [PATCH] Add animation in the `.card-fluxo-rodovias` on style-weatherNode.css. --- weather-node/public/css/style-weatherNode.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weather-node/public/css/style-weatherNode.css b/weather-node/public/css/style-weatherNode.css index af52fb5..5749c2f 100644 --- a/weather-node/public/css/style-weatherNode.css +++ b/weather-node/public/css/style-weatherNode.css @@ -180,7 +180,7 @@ body { background-color: var(--gray); border-radius: 10px; padding: 15px; - animation: rodoiasColor 5s ease-in-out infinite; + animation: rodoiasColor 5s linear infinite; } .card-fluxo-rodovias::before {