Skip to content

Commit

Permalink
fix: change back before duration scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
masternonnolnw committed Jul 16, 2023
1 parent 08c3c24 commit 0ce8f79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/modules/Landing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const Landing = () => {
<Image src="/images/Line.png" alt="Picture of the land" fill />
</div>
<div
className="flex h-[100vh] fixed z-[-10] transition-all duration-[0.01s]"
className="flex h-[100vh] fixed z-[-10]"
style={{
width: `calc(${100 - scrollPosition / 3}vw + 200px)`,
left: "-200px",
Expand All @@ -87,7 +87,7 @@ const Landing = () => {
/>
</div>
<div
className="flex h-[100vh] fixed top-[64px] z-[-20] transition-all duration-[0.01s]x"
className="flex h-[100vh] fixed top-[64px] z-[-20]"
style={{
width: "100vw",
left: "0vw",
Expand Down

0 comments on commit 0ce8f79

Please sign in to comment.