Skip to content

Commit

Permalink
refactor(repo): update tooling and cleaning up builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dysfunc committed Nov 27, 2023
1 parent a98a432 commit 8a50136
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions src/Viewable.svelte → src/viewable.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
* @type {String}
*/
export let rootMargin = '0px';
/**
* Array of visibility thresholds that will result in a callback when
* the observed element crosses that each threshold (.1 = 10% visible inside of its container)
*/
/**
* Array of visibility thresholds that will result in a callback when
* the observed element crosses that each threshold (.1 = 10% visible inside of its container)
*/
export let threshold = [0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1];
/**
* Observed element metadata
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 8a50136

Please sign in to comment.