mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 11:03:03 +08:00
Rename updater.py to mobject_update_utils.py
This commit is contained in:
4
manimlib/mobject/mobject_update_utils.py
Normal file
4
manimlib/mobject/mobject_update_utils.py
Normal file
@ -0,0 +1,4 @@
|
||||
def updating_mobject_from_func(func):
|
||||
mob = func()
|
||||
mob.add_updater(lambda m: mob.become(func()))
|
||||
return mob
|
Reference in New Issue
Block a user