Skip to content

Commit

Permalink
update wave anim
Browse files Browse the repository at this point in the history
  • Loading branch information
dergachevm committed Oct 4, 2024
1 parent aa4f764 commit 461a692
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/styles/blocks/mission.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
.mission {
position: relative;
/* background: $black url(/assets/images/mission-bg.png) 50% 0 no-repeat;
background-size: cover;
background-blend-mode: lighten; */
overflow: hidden;

&::before {
content: '';
pointer-events: none;
Expand All @@ -11,9 +10,10 @@
left: 0;
right: 0;
bottom: 0;
z-index: 1;
z-index: 3;
mix-blend-mode: color;
background: url(/assets/images/line_playerzero_compressed.png) 0% 0 repeat-x;
animation: flow 6s linear infinite forwards;
animation: flow 12s linear infinite forwards;
}

&__container {
Expand Down

0 comments on commit 461a692

Please sign in to comment.