Scene Updater and Mobject Updater different behaviour #3944
Unanswered
Pasquale19
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey I was working on an animation involving a ValueTracker. I noticed a little ankward behaviour because it seems like the updating doesn’t work as expected. I was using a Scene updater to change many mobjects like Dot, Arrow …. I was using the VsCode Manim Sideview and it looked like the Value Tracker doesn’t get animated and just jumps to the value defined by valueTracker.set_value(). Then I tried to create a minimal example and discovered if I add the updater to the mobject everything works as expected. When I added the updater to the Scene the animation didn’t work properly. Can you explain me why this is happening? Do you get the same behaviour?
Here is an example with a Mobject Updater:
`
`
The example with a Scene Updater:
`
`
Beta Was this translation helpful? Give feedback.
All reactions