Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche authored Oct 12, 2022
1 parent 08c2cb9 commit 052c2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Using custom scroll container

```js
const lenis = new Lenis({
wrapper: NodeElement, // element that has overflow
wrapper: NodeElement, // element which has overflow
content: NodeElement, // usually wrapper's direct child
duration: 1.2,
easing: (t) => (t === 1 ? 1 : 1 - Math.pow(2, -10 * t)),
Expand Down

2 comments on commit 052c2cd

@vercel
Copy link

@vercel vercel bot commented on 052c2cd Oct 12, 2022

Choose a reason for hiding this comment

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

@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: 10
🟢 Accessibility: 98
🟢 Best practices: 92
🟢 SEO: 92
🟢 PWA: 100

Lighthouse ran on https://lenis-5abl3774m-studio-freight.vercel.app/"

Please sign in to comment.