Do you have any plans to support the [IntersectionObserver API](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API)? It is supposed to be more performant than `Element.getBoundingClientRect()` and is [becoming widely supported](https://caniuse.com/#search=IntersectionObserver).