Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This plugin could benefit form using the intersection observer API #77

Open
asiby opened this issue Feb 20, 2019 · 1 comment
Open

This plugin could benefit form using the intersection observer API #77

asiby opened this issue Feb 20, 2019 · 1 comment

Comments

@asiby
Copy link

asiby commented Feb 20, 2019

The documentation is available at https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API

This will keep the whole plugin modern, slim and performant.

@JamoCA
Copy link

JamoCA commented Sep 22, 2020

Thanks for recommending this API. I started integrating the inview jQuery plugin and then realized how much better it would be to use IntersectionObserver. (I think the only browser that doesn't support it is IE11, but there's a polyfill for that.)

@asiby asiby changed the title This plugin could be benefit form using the intersection observer API This plugin could benefit form using the intersection observer API Sep 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants