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

Multiple relative nodes intersection observer #22

Open
LastLeaf opened this issue Mar 23, 2023 · 1 comment
Open

Multiple relative nodes intersection observer #22

LastLeaf opened this issue Mar 23, 2023 · 1 comment
Assignees
Labels
bug Something isn't working module:core
Milestone

Comments

@LastLeaf
Copy link
Member

#18 introduced web-like intersection observer support.

However, the miniprogram-like intersection observer supports more than two element intersections.

@LastLeaf LastLeaf added the bug Something isn't working label Mar 23, 2023
@LastLeaf LastLeaf added this to the First Stable Version milestone Mar 23, 2023
@LastLeaf LastLeaf self-assigned this Mar 23, 2023
@LastLeaf
Copy link
Member Author

Backend implementors tend to use web-like two-node-intersection API since it is more performant, so here we need to simulate multi-node-intersection within two-node-intersection backend interfaces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working module:core
Projects
None yet
Development

No branches or pull requests

2 participants