Skip to content

Auto-animation to the people

Compare
Choose a tag to compare
@HugoGranstrom HugoGranstrom released this 26 Jan 18:07
· 5 commits to main since this release
c9e80b9

You can now use auto-animation with less boilerplate code:

autoAnimateSlides(5):
  showUntil(3):
    nbText: "1, 2, 3"
  nbText: "Always"
  showFrom(3):
    nbText: "3, 4, 5"

See docs for more information.

We have also updated to the latest Reveal.js version 5.0.4.