chirun-ncl / chirun

A Python package providing the command line interface for building flexible and accessible content with Chirun.
https://chirun.org.uk/
Other
29 stars 4 forks source link

In slides, make left/right arrow keys move to previous/next slide #227

Open christianp opened 6 months ago

christianp commented 6 months ago

This code I think scrolls to the next element: Array.from(document.querySelectorAll('main > *')).filter(e => e.getBoundingClientRect().top > 0)[0].scrollIntoView()