Skip to content

Commit

Permalink
snap demo default lerp
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Oct 10, 2024
1 parent bcd1bb8 commit 7493fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/snap/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function Page() {

useEffect(() => {
const lenis = new Lenis({
lerp: 0.1,
// lerp: 0.1,
prevent: (node) => node.nodeName === 'VERCEL-LIVE-FEEDBACK',
})
window.lenis = lenis
Expand Down

1 comment on commit 7493fcc

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"⚡️ Lighthouse report for the changes in this commit:

🟢 Performance: 98
🟢 Accessibility: 96
🟠 Best practices: 79
🟢 SEO: 92

Lighthouse ran on https://vercel.com/login?next=%2Fsso-api%3Furl%3Dhttps%253A%252F%252Flenis-jwlqwkpii-darkroom-engineering.vercel.app%252F%26nonce%3D121d7aabe81c1d893f799dc2f98a90eacc62567e06bd97950bec15eebff595f7"

Please sign in to comment.