Skip to content

Commit

Permalink
feat(web): optimize animations
Browse files Browse the repository at this point in the history
  • Loading branch information
ferothefox committed Aug 14, 2023
1 parent 281900f commit ae7e7b6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions apps/web/src/routes/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
@keyframes bentobox-transform {
from {
transform: translateY(16px);
filter: blur(4px) brightness(200%) saturate(0.5);
opacity: 0.3;
filter: brightness(200%) saturate(0.5);
opacity: 0.1;
}

to {
Expand Down Expand Up @@ -363,4 +363,8 @@
left: 0;
position: absolute;
width: 100%;
}

.beatforge-landing-bentobox-item {
backdrop-filter: blur(2px);
}

0 comments on commit ae7e7b6

Please sign in to comment.