-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
[FEATURE] Allow for waiting until loop is complete before switching slide #436
Comments
Did you check the option This might not be the exact thing you are looking for, but can you check? |
Yes, this seems to be the functionality I have been looking for! I didn't find it in the docs because I didn't expect it to be a command line parameter, but a property that you can apply to certain slides. Unfortunately, I am currently stuck with the web presenter as i suffer from #293 and my system python is 3.12, which pyside6 6.5 does not support. My workaround is probably going to be hacking together some GUI-supporting docker environment where I can run the QT presenter. I'll let the issue stay open as this would be nice to have supported in the web presenter if the framework allows. Also, I think it would still be preferable to specify this behavior in code per slide since some looping slides may be longer and should always be skipped, although pressing the forward button twice is not a hard workaround. |
Ok, well, I think this is a duplicate of #254, that I closed when implementing The reasons I implemented the I will like this open in case someone has some time to help to improve either or both issues. Regarding the issue with Python 3.12, I very easy workaround might be to install Python 3.11. |
I seem to have mistested the functionality last time, what I'm after is manim-slides/manim_slides/config.py Lines 265 to 278 in 9460f6b
I'm not very familiar with the codebase, do you think there is anything else that may break if this check is removed? |
Nice catch! Maybe you can do a PR that just removes this check? |
Description
I like continuity, and I have a few slides with relatively quick loops. It would be great to have a kwarg for
next_slide
that makes it so that if the slide is looping, after the next slide is triggered it waits for the current loop to end before proceeding. That way the visuals never suddenly jump to a new state which can be quite jarring.Screenshots
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: