Skip to content

Commit

Permalink
publish v1.1.6-dev.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Jul 1, 2024
1 parent 4d5313d commit 1360aff
Show file tree
Hide file tree
Showing 21 changed files with 34 additions and 32 deletions.
1 change: 1 addition & 0 deletions dist/lenis-snap.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ declare class Snap {
snaps: Map<UID, SnapItem>;
viewport: Viewport;
isStopped: Boolean;
onSnapDebounced: Function;
constructor(lenis: Lenis, { type, lerp, easing, duration, velocityThreshold, debounce: debounceDelay, onSnapStart, onSnapComplete, }?: SnapOptions);
destroy(): void;
start(): void;
Expand Down
7 changes: 4 additions & 3 deletions dist/lenis-snap.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-snap.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lenis-snap.min.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-snap.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 1360aff

Please sign in to comment.