jaspervdj / patat

Terminal-based presentations using Pandoc
GNU General Public License v2.0
2.37k stars 60 forks source link

add transition effects #149

Closed jaspervdj closed 9 months ago

jaspervdj commented 9 months ago

This adds a framework for setting transition effects in between slides. Only a single transition type is implemented at this point, slideLeft.

patat:
  transition:
    type: slideLeft
    frames: 24  # Optional
    duration: 1  # Seconds, optional

Screen recording