Hakim El Hattab
Hakim El Hattab
Looks like the stroll.js script hasn't been loaded when you're calling it. Does your external JS get included before stroll.js?
Haven't really tested on iPad since touch devices have good zooming built in. Unfortunately this isn't a project I have time to maintain right now so can't offer to look...
If by out of focus you mean blurred though, that could be because the element you're zooming in on has children with CSS transforms. Ran into that problem here: https://github.com/hakimel/reveal.js/issues/195
Good idea, will work that in!
Made an attempt at this but don't have a Win VM to test with at home. Fortunately webkit supports zoom so I was able to test there and it seems...
The "uncounted" value only works for slides at the very end of a presentation. It was added to make it possible to hide a few optional slides in case you...
That sounds like a bug. Thanks for clarifying.
Thanks @darekkay!
Thanks @Martinomagnifico! I've added your fix. I still don't understand how those slide remained visible even though I could clearly inspect and see that their direct parent (`secion.stack`) was set...
Better docs for how to use reveal.js as a dependency is good feedback. The main purpose of this project has always been to enable individuals to create presentations. Integration into...