From 461a692f5bdb38d74282c188635525d8dba204f9 Mon Sep 17 00:00:00 2001 From: Dergachev Mihail Date: Fri, 4 Oct 2024 15:21:51 +0300 Subject: [PATCH] update wave anim --- src/styles/blocks/mission.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/styles/blocks/mission.scss b/src/styles/blocks/mission.scss index 34ada74..add79dc 100644 --- a/src/styles/blocks/mission.scss +++ b/src/styles/blocks/mission.scss @@ -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; @@ -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 {