animation.update_config -> animation.update_rate_info

This commit is contained in:
Grant Sanderson
2023-02-09 15:16:51 -08:00
parent ad409999dc
commit 01c51dbc6d

View File

@ -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