Questions tagged [updaters]
2 questions
3
votes
0 answers
How do I scale a Mobject using a Manim updater?
I can scale a Square mobject as follows with self.play()/Scene.play():
square = Square(fill_color=RED, fill_opacity=1)
self.play(square.animate.scale(3))
self.wait(3)
But I cannot achieve the scale behaviour as above using this simple …

xax
- 2,043
- 4
- 24
- 28
0
votes
1 answer
Struggling with disabling Updater
I've been at this for a while now and have had no luck in getting this to work. I think I'm doing something wrong with the conversions. Can anyone help me out? Basically I just want to disable the updater after it has been implemented into the…

nhilson
- 25
- 8