Some help with a (seemingly) simple animation #6525
Unanswered
robpetrosino
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Keep it simple. here you add elements that are not needed which actually break everything. ---
title: "Quarto Playground"
format: revealjs
---
## {auto-animate=true}
::: {.r-stack}
::: {data-id="1" auto-animate-duration="0.5"}
\#\#\#\#\#\#\#
:::
:::
## {auto-animate=true}
::: {.r-stack}
::: {data-id="1" auto-animate-duration="0.03"}
driver
:::
:::
## {auto-animate=true}
::: {.r-stack}
::: {data-id="1"}
DRIVE
:::
::: |
Beta Was this translation helpful? Give feedback.
2 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am trying to make a seemingly simple animation in Quarto with reveal.js, but I can't seem to make it work. Basically I need three different strings (X - Y - Z) at the center of the slide replacing one another and lasting specific duration each. Here's my attempt:
This computes three different slides, but the durations do not seem to properly work and there is some stretch effect I don't want. Can anyone help with this?
Beta Was this translation helpful? Give feedback.
All reactions