We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5f2a0 commit cf3f91cCopy full SHA for cf3f91c
README.md
@@ -38,7 +38,7 @@ npm i -D @svelte-plugins/viewable
38
const rules = {
39
// do something when the element enters the viewport
40
immediately: { duration: 0, percentage: 0, fn: immediately },
41
- // do something when 50% of the element is visible for 4 seconds (consecutively)
+ // do something when 50% of the element is visible for 4.5 seconds (consecutively)
42
dwell: { duration: 4.5, percentage: 50, fn: dwell },
43
};
44
0 commit comments