scrollama icon indicating copy to clipboard operation
scrollama copied to clipboard

Scrollytelling with IntersectionObserver.

Results 11 scrollama issues
Sort by recently updated
recently updated
newest added

```html 1 2 ``` in this case the direction for the "onStepEnter" and "onStepExit" callbacks are undefined. complete react app to test [here](https://github.com/Jonohas/tailwind-snap)

Thanks for this. I'm experimenting now and learning the ins-and-outs of scrolling. The readme includes this tip: > Avoid using viewport height (vh) in your CSS because scrolling up and...

When resizing from mobile to desktop or visa-versa. The progress stops working and only returns 0 or 1. This doesn't seem to happen when you resize just a little bit....

I know it's possible to set the offset option (a point at which to begin the work) but is there an option (or a way) to define the end point?...

On firefox, onStepEnter is called twice or more when you load the page first time and disable cache in dev tools is checked. on chrome all is fine

Script does not trigger onStepEnter (and Exit) when the element is fully visiable on initial load. Example https://russellgoldenberg.github.io/scrollama/progress/ Open the page, scroll down, progress of both elements changes to 100%...

![Screen Shot 2022-11-10 at 11 41 05 AM](https://user-images.githubusercontent.com/77081229/201179563-6fcfc59e-4266-426f-8b35-7790c4d2e7c4.png) Was wondering if anyone else is getting this error and a solution to fix

Hello, I built a sticky-side visualization using this lines to include D3 and Scrollama: ``` ``` When I visit the page in macOS (Big Sur) and Safari 14.1, I get...

bug

If scrolling down and up multiple times, it happens sometimes that `onStepEnter/onStepExit` is not triggered. --- Setting: - Browser: Chromium: 99.0.4844.88 - scrollama: 3.1.0 --- I have created a codesandbox...

bug
needs more info

Should the visual debugging tool also be removed when calling `scroller.destory()`? Not that important, but maybe something to keep in mind for v3. This is probably also more applicable when...

enhancement