HugoGranstrom / nimiSlides

A Reveal.js theme for nimib for making slideshow presentations in Nim
https://hugogranstrom.com/nimiSlides
MIT License
78 stars 5 forks source link

Write new documentation #23

Closed HugoGranstrom closed 1 year ago

HugoGranstrom commented 1 year ago

New features implemented:

HugoGranstrom commented 1 year ago

Now all the tutorials are written. It's just some cleaning and summing up that's left.

And I have finally figured out how to get fadeIn in to behave as all the other fragments! :partying_face: Now you can mix it with the others like you'd expect:

fragment(@[fadeIn, grows]):
  nbText: "Fade in and grow at the same time"

Previously, it would ignore the fadeIn and only grow. But now it works!