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

Drop Intersection Observer Polyfill #32

Closed yossely closed 4 years ago

yossely commented 4 years ago

Due to the high support that Intersection Observer has across the browsers

image

We have decided to drop the Intersection Observer Polyfill


By implementing this issue, we no longer have to do #9 and #11