-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Description
Hey there thank you for this quite easy-to-use library!
I was wondering though how I could implement navigation with links to a slide.
The intuitive approach of jumping to an anchor with both html an JS failed:
<a href="#one">Jump to one</a>or:
<a href="#" onclick="document.getElementById('one').scrollIntoView()">Jump to one</a>jumping to:
<p id="one">Slide one<p>Metadata
Metadata
Assignees
Labels
No labels