Create scrolliteling viz effects from Reveal
revealVizScroll repoCreate a scroller with init, stepping and stop functions
revealVizScroll.makeScrollable("demo",
initFn,
stepFn,
stopFn);
Then add a scroll class to your sections with two parameters
<section
class=scroll
scrollable="demo"
step="moveLeft">
</section>
And modify the visualization from the steping function
This slide doesn't have the scroll class, therefore it hides the scroller