From 996f5e470300aabe690e8ebbd42123ffc5f4e1a4 Mon Sep 17 00:00:00 2001 From: alifeee Date: Thu, 14 Dec 2023 20:04:42 +0000 Subject: [PATCH] disable animation for now --- public/stylesheet-index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/stylesheet-index.css b/public/stylesheet-index.css index 012724e..5107fd4 100644 --- a/public/stylesheet-index.css +++ b/public/stylesheet-index.css @@ -33,7 +33,7 @@ } #introduction::before { content: ""; - width: 200%; + width: 100%; height: 5rem; background-image: url("/texture_bumps_homepage.svg"); background-size: auto; @@ -43,11 +43,11 @@ top: calc(-5rem + 1px); left: 0; pointer-events: none; - animation: scrollleft 60s linear infinite; + /* animation: scrollleft 60s linear infinite; */ } #introduction::after { content: ""; - width: 200%; + width: 100%; height: 5rem; background-image: url("/texture_bumps_homepage.svg"); background-size: auto; @@ -58,7 +58,7 @@ right: 0; pointer-events: none; transform: rotate(180deg); - animation: scrollright 60s linear infinite; + /* animation: scrollright 60s linear infinite; */ } #introduction p { margin: 2rem 2rem;