Skip to content

Commit

Permalink
v0.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Nov 16, 2022
1 parent 18508bd commit bc0260b
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 11 deletions.
3 changes: 2 additions & 1 deletion bundled/lenis.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lenis.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default class Lenis extends EventEmitter {
onWrapperResize: ([entry]: [any]) => void;
onContentResize: ([entry]: [any]) => void;
get limit(): number;
onVirtualScroll: ({ deltaY, deltaX, originalEvent: e }: {
onVirtualScroll: ({ deltaY, deltaX, originalEvent }: {
deltaY: any;
deltaX: any;
originalEvent: any;
Expand Down
2 changes: 1 addition & 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.

Loading

1 comment on commit bc0260b

@vercel
Copy link

@vercel vercel bot commented on bc0260b Nov 16, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.