Skip to content
Discussion options

You must be logged in to vote

Great, thanks for the clarification both of you. This helps understand what is happening.

This is because of RevealJS auto stretch feature that is on by default. (https://quarto.org/docs/presentations/revealjs/advanced.html#stretch) The hint is that this feature requires to touch the DOM in post process

If you set,

format:
  revealjs:
    auto-stretch: false

to deactivate globally

or

## Solution 1 {.nostretch}

to deactivate at slide level

then you won't see the order problem.

It seems there an issue in how we modify the DOM because the order should not be changed I believe.

However, I am wondering if opting out by default for such animation in Jupyter is a good idea maybe 🤔

Replies: 1 comment 15 replies

Comment options

You must be logged in to vote
15 replies
@SILIZ4
Comment options

@mcanouil
Comment options

mcanouil Sep 3, 2023
Collaborator

@SILIZ4
Comment options

@cderv
Comment options

cderv Sep 4, 2023
Maintainer

Answer selected by SILIZ4
@SILIZ4
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants