Skip to content

Commit

Permalink
design: animation improvement on slide-on-top
Browse files Browse the repository at this point in the history
  • Loading branch information
EATSTEAK committed Dec 16, 2023
1 parent dc8d6f4 commit 4bcda03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@
}

.slide-to-top {
animation: slide-to-top 700ms ease-out;
animation: slide-to-top 300ms ease-out;
}

@keyframes slide-to-top {
0% {
transform: translate(0, 20%);
transform: translate(0, 10%);
opacity: 0;
}

Expand Down

0 comments on commit 4bcda03

Please sign in to comment.