Skip to content

Commit

Permalink
publish v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Jun 25, 2024
1 parent 190b787 commit 09889bb
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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].3/dist/lenis.min.js"></script>
<script src="https://unpkg.com/[email protected].4/dist/lenis.min.js"></script>
```


Expand Down
3 changes: 3 additions & 0 deletions dist/lenis.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ declare class Lenis {
__isScrolling: Scrolling;
__isStopped: boolean;
__isLocked: boolean;
__preventNextNativeScrollEvent?: boolean;
__resetVelocityTimeout?: number;
time: number;
userData: object;
lastVelocity: number;
Expand All @@ -40,6 +42,7 @@ declare class Lenis {
on(event: string, callback: Function): any;
off(event: string, callback: Function): any;
private setScroll;
private onPointerDown;
private onVirtualScroll;
resize(): void;
private emit;
Expand Down
9 changes: 8 additions & 1 deletion dist/lenis.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/lenis.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lenis.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lenis.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lenis.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lenis.mjs.map

Large diffs are not rendered by default.

0 comments on commit 09889bb

Please sign in to comment.