Stu Kabakoff

Results 53 comments of Stu Kabakoff
trafficstars

🤘 Nice hack. I think there's a second place you'll need to edit if you want it to work in scroll containers too, but if it works keep doing it.

Do you have a repo that reproduces this? I haven't seen it.

If you send me a PR with a check I will accept it. I am very busy in my work and personal lives right now. Thanks

I have no plans to, but a PR implementing it would be welcome.

Can you make a codepen or something to set up this situation?

If you make a PR and I'll almost definitely accept it.

Thanks for figuring it out. I'll leave this issue open for anyone else with this problem.

I haven't used it, but it looks like with turbolinks you'll have to recreate your state from scratch. It's swapping out the whole DOM, so you'll have to point scrollmonitor...

It's unlikely that this library will ever use the intersection observer. When I last tried intersection observer, it was considerably slower than scrollmonitor. This makes sense because this library makes...

I would be happy to accept a PR that adds an example HTML file that load tests Intersection Observer, it could be a simple copy and paste of the existing...