From 4f9f5a1e96136711248eb694aa83801b4ef102db Mon Sep 17 00:00:00 2001 From: Emily Drake Smith Date: Fri, 27 Dec 2024 12:25:16 -0500 Subject: [PATCH] add animation to background color changes in ticker line items --- src/components/Futa/SearchableTicker/TickerItem.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Futa/SearchableTicker/TickerItem.module.css b/src/components/Futa/SearchableTicker/TickerItem.module.css index 787eccdac8..bc15f6ea6a 100644 --- a/src/components/Futa/SearchableTicker/TickerItem.module.css +++ b/src/components/Futa/SearchableTicker/TickerItem.module.css @@ -3,6 +3,7 @@ display: flex; flex-direction: row; justify-content: space-between; + transition: all var(--animation-speed) ease-in-out; } /* styles to apply universally to cells in the row */