From e8097c4776a6591bdb081bc6b2c15aaccd9b767f Mon Sep 17 00:00:00 2001 From: Maria Rushkova <66270386+mrushkova@users.noreply.github.com> Date: Tue, 27 Jul 2021 13:42:16 +0200 Subject: [PATCH] Make animation smooth (#164) --- packages/DApp/src/components/votes/VoteGraphBar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/DApp/src/components/votes/VoteGraphBar.tsx b/packages/DApp/src/components/votes/VoteGraphBar.tsx index 0521b78..82efe40 100644 --- a/packages/DApp/src/components/votes/VoteGraphBar.tsx +++ b/packages/DApp/src/components/votes/VoteGraphBar.tsx @@ -108,5 +108,6 @@ const VoteBalance = styled.div` @media (max-width: 600px) { height: 13px; + transition: width 2s; } `