Skip to content

Commit

Permalink
remove scroll animation #64
Browse files Browse the repository at this point in the history
  • Loading branch information
abbycabs committed Apr 21, 2023
1 parent cd428b0 commit 15f9863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/home/anchor-navigation/AnchorNavigation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const AnchorNavigation = ({ containerRef }) => {
.map((node) => getViewPercentage(node))
.findIndex((percent) => percent >= 50)

setAnimationStep(percents)
//setAnimationStep(percents)
}

window.addEventListener('scroll', handleScroll)
Expand Down

0 comments on commit 15f9863

Please sign in to comment.