Performant scroll listeners.
npm install @odopod/odo-scroll-animation --save
import OdoScrollAnimation from '@odopod/odo-scroll-animation';
const scrollElement = document.getElementById('scroller-thing');
const id = OdoScrollAnimation.add(scrollElement, function (scrollTop) {
console.log('scroller-thing scrolled');
});
Visit the Odo component directory for demos, code examples, and documentation.