Add Fade In and Out of an Elements Linked / Synched to Appearance of An Item in {.incremental}
List
#3293
Unanswered
RoyiAvital
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Off topic: Please don't ping especially on unrelated issues/discussions. This being said, I do not think you can achieve what you want to do without diving into more advanced HTML/CSS/JavaScript methods, but maybe Quarto team members have a way or can confirm my suspicion. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe a solution would be adding a parameter to the Something like: ::: {.incremental fragment-indices=[2, 3, 4]}
- Item 1.
- Item 2.
- Item 3.
::: Could the be done? |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
I have a slide like:
I want the image to appear with
Item 2
and disappear withItem 3
.I added a fragment index, yet it didn't work.
Any idea how to sync the appearance of an element with an element in a list?
Beta Was this translation helpful? Give feedback.
All reactions