Skip to content

Commit

Permalink
💫 improved: start menu animation
Browse files Browse the repository at this point in the history
  • Loading branch information
PiyushSuthar committed Jul 11, 2021
1 parent 55d7476 commit 5ae1ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/StartMenu/StartMenu.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
backdrop-filter: blur(20.5px);
-webkit-backdrop-filter: blur(20.5px);
border-radius: 8px;
transition: 0.2s all ease;
animation: slideUp 0.3s ease-in;
transition: 0.2s background ease;
animation: slideUp 0.3s ease;
background: transparent;
display: flex;
box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02),
Expand Down

1 comment on commit 5ae1ea3

@vercel
Copy link

@vercel vercel bot commented on 5ae1ea3 Jul 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.