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 */