Reveal elements on the page as they come into view.
npm install @odopod/odo-reveal --save
<section class="odo-reveal">
<h2 class="odo-reveal__target">Markup</h2>
<p class="odo-reveal__target odo-reveal--2">…</p>
</section>
import OdoReveal from '@odopod/odo-reveal';
const instances = OdoReveal.initializeAll();
Visit the Odo component directory for demos, code examples, and documentation.