w11k / angular-sticky-things

Sticky Directive for Angular 2+

Home Page:https://w11k.github.io/angular-sticky-things

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Performance enhancement via Intersection Observer API

opened this issue Β· comments

Use of Intersection Observer API https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API to enhance performance.

=> Perform sticky "action" and events only on visible items.

PRs welcome. πŸ™ƒ