Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Nov 17, 2023
1 parent 3d21151 commit 94994ae
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 @@ -64,7 +64,7 @@ requestAnimationFrame(raf)
| `easing` | `function` | `(t) => Math.min(1, 1.001 - Math.pow(2, -10 * t))` | The easing function to use for the scroll animation, our default is custom but you can pick one from [Easings.net](https://easings.net/en). Useless if lerp defined |
| `orientation` | `string` | `vertical` | The orientation of the scrolling. Can be `vertical` or `horizontal` |
| `gestureOrientation` | `string` | `vertical` | The orientation of the gestures. Can be `vertical`, `horizontal` or `both` |
| `smoothWheel` | `boolean` | `false` | Whether or not to enable smooth scrolling for mouse wheel events |
| `smoothWheel` | `boolean` | `true` | Whether or not to enable smooth scrolling for mouse wheel events |
| `smoothTouch` | `boolean` | `false` | Whether or not to enable smooth scrolling for touch events. |
| `syncTouch` | `boolean` | `false` | Mimic touch device scroll while allowing scroll sync (can be unstable on iOS<16)
| `syncTouchLerp` | `number` | `0.1` | Lerp applied during `syncTouch` inertia |
Expand Down

2 comments on commit 94994ae

@vercel
Copy link

@vercel vercel bot commented on 94994ae Nov 17, 2023

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: 33
🟠 Accessibility: 88
🟢 Best practices: 100
🟠 SEO: 67
🔴 PWA: 0

Lighthouse ran on https://gsap.com/requires-membership/?plugin=SplitText&source=trial"

Please sign in to comment.