Support for slide groups/ downward slides? #568
-
|
I have been preparing a conference talk with manim-slides. It's a great tool! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Hi, thanks for your feedback! No, there is (currently) no support for such feature. I think we could implement this by adding metadata to slides (using extra keyword arguments with |
Beta Was this translation helpful? Give feedback.
Hi, thanks for your feedback! No, there is (currently) no support for such feature. I think we could implement this by adding metadata to slides (using extra keyword arguments with
next_slides, and use that metadata inside the RevealJS template to choose between vertical and horizontal slides). I have never used vertical slides myself (because I prefer to have one continuous presentation, one timeline), so I never invested much time on this question.