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

Use Intersection Observer API for in-viewport module #16

Open
xmlking opened this issue Nov 22, 2018 · 2 comments
Open

Use Intersection Observer API for in-viewport module #16

xmlking opened this issue Nov 22, 2018 · 2 comments

Comments

@xmlking
Copy link

xmlking commented Nov 22, 2018

Is your feature request related to a problem? Please describe.

use Intersection Observer API like

https://github.com/TradeMe/ng-defer-load

for in-viewport module

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
use Intersection Observer API to check if an element is in viewport and falls back to scroll detection mechanism for unsupported browsers.

Additional context
Add any other context or screenshots about the feature request here.

@coryrylan
Copy link
Owner

Agree this would be a great improvement!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants