Skip to content

Commit

Permalink
Add animation for buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
morajabi committed Apr 17, 2018
1 parent c16eab4 commit 00caf01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion renderer/components/Toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,9 @@ const Spinner = styled.div`
`};
`

const ButtonsWrapper = styled.div``
const ButtonsWrapper = styled.div`
animation: ${fadeIn} 120ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
`

const SortingTitle = styled.span`
position: absolute;
Expand Down

0 comments on commit 00caf01

Please sign in to comment.