Skip to content

Commit

Permalink
app: Adjust navigation animation
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Dec 30, 2020
1 parent 3aecd5f commit 0538ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/Navigation.tsx
Expand Up @@ -98,7 +98,7 @@ const MenuContainer = styled(motion.div)`
`;

MenuContainer.defaultProps = {
initial: {opacity: 0, y: 5},
initial: {opacity: 0, y: 5, originX: '80%', originY: 0},
animate: {opacity: 1, y: 0},
exit: {opacity: 0, scale: 0.95},
transition: {duration: 0.2},
Expand Down

0 comments on commit 0538ab7

Please sign in to comment.