Skip to content

Commit

Permalink
smooth scroll adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
robertruzek authored Jun 17, 2024
1 parent a2b08f7 commit 34ae087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/smooth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function SmoothScrolling({ children }: { children: React.ReactNode }) {
// lenis options for configuration
const lenisOptions = {
lerp: 0.1,
duration: 1.5,
duration: 1.2,
smoothTouch: false, //smooth scroll for touch devices
smooth: true,
};
Expand Down

0 comments on commit 34ae087

Please sign in to comment.