Dan Flanigan

Results 1 comments of Dan Flanigan

> window.Observer = { > observer: null, > Initialize: function (component, observerTargetId) { > this.observer = new IntersectionObserver(e => { > // Check here > if (e[0].isIntersecting) { > component.invokeMethodAsync('OnIntersection');...