Hakim El Hattab
Hakim El Hattab
@pinkboid that sounds great. I'll debug the issue with auto-animate soon and get back to you.
It looks like highlight.js runs twice for that code block. Can you check if the reveal initialization also reruns? If that's the case maybe you can store the reveal.js instance...
This is a great idea. All themes are listed in the docs, I think it'd make sense to include screenshots there: https://revealjs.com/themes/
All themes are now listed with thumbnails at https://revealjs.com/themes/ Note to self: the thumbs were generated by resizing the browser to 500x500 and using the following HTML: ```html Title Text...
I started working on plugin bundling a few days ago. The new recommended way to include plugins will be to use ESM, for example: ```javascript import Reveal from '/js/reveal.js'; import...
This was set to 1000ms to fire after the transition finishes since changing the hash mid-transition had side effects. It caused a stutter in one of the main browsers. It's...
Thanks for reporting! I'm not seeing any overlap like this in Chrome 116 / macOS. Anyone else able to test https://chogg.name/cppcon-2021-units/#/38 and see if you can reproduce this?
I tried a presentation with the same four slides and printed in Chrome 95 Windows but all slides had backgrounds. Not sure what the difference is—did you have any further...
markdown-it looks like a great option. Would be nice to be able to drop our custom syntax for adding classes/attributes and replace it with a plugin. That said it doesn't...
Looks like a useful addition. Happy to add this but we'll need to mention it in the readme too.