Skip to content

Commit

Permalink
Removed blur effect from melt transition
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Feb 11, 2023
1 parent f1a6030 commit 30e598b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/engine/transition/keyframes/melt.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,10 @@
100% 0%
);
opacity: 0.8;
filter: blur(8px);
}

30% {
opacity: 1;
filter: blur(2px);
animation-timing-function: ease-out;
}

Expand Down Expand Up @@ -245,12 +243,10 @@
100% 100%
);
opacity: 0.8;
filter: blur(8px);
}

30% {
opacity: 1;
filter: blur(2px);
animation-timing-function: ease-out;
}

Expand Down

0 comments on commit 30e598b

Please sign in to comment.