Skip to content

Commit

Permalink
publish v1.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Aug 27, 2024
1 parent 9e11a76 commit 92c450c
Show file tree
Hide file tree
Showing 8 changed files with 921 additions and 958 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import Lenis from 'lenis'
using scripts:

```html
<script src="https://unpkg.com/[email protected].12/dist/lenis.min.js"></script>
<script src="https://unpkg.com/[email protected].13/dist/lenis.min.js"></script>
```


Expand Down Expand Up @@ -97,7 +97,7 @@ html.lenis, html.lenis body {
or link the CSS file:

```html
<link rel="stylesheet" href="https://unpkg.com/[email protected].12/dist/lenis.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected].13/dist/lenis.css">
```

or import it:
Expand Down
6 changes: 5 additions & 1 deletion dist/lenis.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,11 @@ declare global {

type OptionalPick<T, F extends keyof T> = Omit<T, F> & Partial<Pick<T, F>>;
declare class Lenis {
#private;
private _isScrolling;
private _isStopped;
private _isLocked;
private _preventNextNativeScrollEvent;
private _resetVelocityTimeout;
/**
* Whether or not the user is touching the screen
*/
Expand Down
Loading

1 comment on commit 92c450c

@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: 42
🟢 Accessibility: 90
🟠 Best practices: 79
🟠 SEO: 83

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

Please sign in to comment.