mirror of
https://github.com/3b1b/manim.git
synced 2025-11-13 16:27:52 +00:00
animation.update_config -> animation.update_rate_info
This commit is contained in:
parent
ad409999dc
commit
01c51dbc6d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue