Skip to content
Discussion options

You must be logged in to vote

I realised that Quarto revealjs allows the use of Alt + Left click on anywhere to zoom into that part before zooming out after the next click.

This feature comes from revealjs, through the built in RevealZoom plugin (https://revealjs.com/plugins/#built-in-plugins). You can see how it is implemented at https://github.com/hakimel/reveal.js/tree/master/plugin/zoom

Maybe you can add some JS or built a custom plugin based on it that does what you want.

Other Revealjs feature is auto animation (https://revealjs.com/auto-animate/) that we integrate (https://quarto.org/docs/presentations/revealjs/advanced.html#auto-animate). You could first have a slide with a zoomed image and then next with un…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@KrisKarul
Comment options

@mcanouil
Comment options

Comment options

You must be logged in to vote
1 reply
@KrisKarul
Comment options

Answer selected by KrisKarul
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
revealjs Issues with the revealjs format
3 participants