Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Higher-level functions for sequential reveal of lists with multiple levels fail #150

Open
KronosTheLate opened this issue Jan 28, 2024 · 5 comments

Comments

@KronosTheLate
Copy link
Contributor

I am currently unable to find an environment that allows me squential reveals of lists with multiple levels. #one-by-one fails to maintain the nesting:
image

#line-by-line maintains nesting, but does not recognize the two lines:
image

Only #pause works:
image

The issue with #pause is that it does not compose that well with other content, and for more complicated reveals (like a slide with an #alternatives line) it does not work. So nested items on complicated slides currently seems impossible, without manually using #uncover and #only. Which works okay, but can be tedius with many transitions (as I am clearly inclined towards xD)

@OrangeX4
Copy link

OrangeX4 commented Jan 28, 2024

Maybe you can try touying.

@andreasKroepelin
Copy link
Owner

Maybe you can try touying. (I'll delete this reply tomorrow.)

You don't have to delete it 😂

But yeah nested lists are a case I haven't thought about before... I'll think about that.

@andreasKroepelin
Copy link
Owner

Would this function work in your case?

https://polylux.dev/book/dynamic/obo-lbl.html#list-one-by-one

@KronosTheLate
Copy link
Contributor Author

Would this function work in your case?

Based on the documentation, I am not seeing any instruction on how one could add nesting levels...
image

Maybe you can try touying.

That is very interesting indeed! The syntax immediately seems quite a bit more scary to me. I will keep in it mind, thanks for the pointer!

@foxyseta
Copy link

foxyseta commented Mar 3, 2024

Nesting #list-one-by-one and the like did not really work for me. Content from different nested lists gets uncovered in parallel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants