scroll-depth icon indicating copy to clipboard operation
scroll-depth copied to clipboard

Google Analytics plugin to track visitor scroll depth

Results 6 scroll-depth issues
Sort by recently updated
recently updated
newest added

How about combining percentage and element to track, so you can track the percentage scrolled of a tall element vs. the whole page. My use case is that our site...

Less repaints events Less onScroll calculations requestAnimationFrame support

I add 2 more keys on `extends` obj: - `markGap` abilitate the user to select custom percentage gap - `customMarks` abilitate the user to select custom marks with an Array

This pull request allows to check marks on elements the same way it is done on the document. In this basic implementation it uses the same marks as the document...

This pull request allows you to specify a DOM element to act as the bottom of the page. This helps deal with websites that have large footers or comments sections...

For the London design museum we are using a custom scroll container so I couldn't use the current implementation. I've added a scroll container and a scroll document option so...