mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
animation.update_config -> animation.update_rate_info
This commit is contained in:
@ -93,7 +93,7 @@ def turn_animation_into_updater(
|
||||
the updater will be popped uplon completion
|
||||
"""
|
||||
mobject = animation.mobject
|
||||
animation.update_config(**kwargs)
|
||||
animation.update_rate_info(**kwargs)
|
||||
animation.suspend_mobject_updating = False
|
||||
animation.begin()
|
||||
animation.total_time = 0
|
||||
|
Reference in New Issue
Block a user