animotionjs / animotion

🪄 Create beautiful presentations with Svelte
https://animotion.pages.dev
MIT License
1.38k stars 41 forks source link

Programmatic Navigation #45

Closed mathaimon closed 1 month ago

mathaimon commented 1 month ago

How to programmatically navigate between slides/transitions

mattcroat commented 1 month ago

You need a reference to reveal.js to use their API, so I could expose it.

mattcroat commented 1 month ago

I added the option to control slides programmatically.