RevealVizScroll demo

Create scrolliteling viz effects from Reveal

revealVizScroll repo

Have you ever wanted to created incremental visualizations in Reveal?

It's easy

Create 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

End

This slide doesn't have the scroll class, therefore it hides the scroller