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>
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:
or:
jumping to: