watchScroll()

in inflation-explorer/shared/js/scrollyteller.js [75:77]


    watchScroll() {
        window.requestAnimationFrame(this.checkScroll.bind(this));
    }