-
It looks like that the current implementation of fragments does not work inside a bullet list. For example, below will break a bullet list:
And below will always show the leading bullet before the content of that bullet point is revealed next:
Is there a simple way to achieve non-standard fragments in a 2-level bullet list like the minimum example below? ({.incremental} cannot do this) MinimumExample.mp4 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Tricky indentation and empty lines for the first ^^
|
Beta Was this translation helpful? Give feedback.
-
@mcanouil Thanks for the answer. To use
|
Beta Was this translation helpful? Give feedback.
-
Two other solutions: If you want to reveal every item in the list in turn, use
You lose control over precise order of reveals here, but it's quick. Another is that you can apply
The downside of this approach is that the bullets will still be visible. You can't hide them by applying |
Beta Was this translation helpful? Give feedback.
Tricky indentation and empty lines for the first ^^
With one fragment
Screen.Recording.2022-07-19.at.18.32.48.mov
With two fragments
Screen.Recording.2022-07-19.at.18.34.23.mov