astefanutti / decktape

PDF exporter for HTML presentations
MIT License
2.16k stars 175 forks source link

Disable `autoAnimate` in revealjs #332

Closed nicojs closed 2 months ago

nicojs commented 2 months ago

When loading a RevealJS presentation, the transitions between slides are disabled. This allows screenshots to be taken more reliably. However, RevealJS also support animations between slides. This needs to be disabled separately, see https://revealjs.com/config/

{
   autoAnimate: false
}