Performant scroll listeners.
npm install @odopod/odo-scroll-animation> Performant scroll listeners.
``shell`
npm install @odopod/odo-scroll-animation --save
`js
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][permalink] for demos, code examples, and documentation.
[permalink]: http://code.odopod.com/odo-scroll-animation/