Skip to content

Commit

Permalink
fix bob lag
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinkam33 committed Oct 3, 2023
1 parent 2b1f6fc commit 4e55d60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/sections/Info.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ const PushinP = styled.p`

const fishingBearBob = keyframes`
0%, 100% {
top: -2vw;
transform: translateY(0, -2vw);
}
50% {
top: -1.5vw;
transform: translateY(-1vw);
}
`

Expand Down
4 changes: 2 additions & 2 deletions src/sections/Register.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ const BgScroll = styled(SectionContainer)`

const portalBob = keyframes`
0%, 100% {
top: -5px;
transform: translateY(0, -10px);
}
50% {
top: 5px;
transform: translateY(-5px);
}
`

Expand Down

0 comments on commit 4e55d60

Please sign in to comment.