Skip to content

Commit

Permalink
add animation to background color changes in ticker line items
Browse files Browse the repository at this point in the history
  • Loading branch information
emilydrakesmith committed Dec 27, 2024
1 parent e7e4eac commit 4f9f5a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Futa/SearchableTicker/TickerItem.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 4f9f5a1

Please sign in to comment.