Replies: 1 comment 5 replies
-
That a good idea! I will create a feature request from this :-) |
Beta Was this translation helpful? Give feedback.
5 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I've seen a similar project named Manim Editor. I think the feature complete_loop is quite useful. Currently, if we use the loop and press the next button, the animation will end immediately. It creates an unsmooth transition between animations. I think we can create the complete_loop feature similar to Manim Editor. When the user press the next button, the complete_loop force the animation to be finished, then continue running the next animation.
You can check out the example created by manim editor here
https://manimcommunity.github.io/manim_editor/Tutorial/index.html
Beta Was this translation helpful? Give feedback.
All reactions