bikecoders / ngx-sticky

Angular directive that adds sticky position to an HTML element and also applies and remove a custom class when the element is sticky positioned.
https://bikecoders.github.io/ngx-sticky/
10 stars 3 forks source link

Add a polyfill when is not supported Intersection Observer #7

Closed dianjuar closed 5 years ago

dianjuar commented 5 years ago

The Intersection Observer is not fully implemented for all the browsers

image

Ref Can I use

Implement a fallback implementation to support more browsers.

dianjuar commented 5 years ago

https://github.com/w3c/IntersectionObserver