mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Change suspend_mobject_updating default
This commit is contained in:
parent
6dc1ecb00a
commit
5ff8e28ba5
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class Animation(object):
|
|||
# If 0 < lag_ratio < 1, its applied to each
|
||||
# with lagged start times
|
||||
"lag_ratio": DEFAULT_ANIMATION_LAG_RATIO,
|
||||
"suspend_mobject_updating": False,
|
||||
"suspend_mobject_updating": True,
|
||||
}
|
||||
|
||||
def __init__(self, mobject, **kwargs):
|
||||
|
|
Loading…
Add table
Reference in a new issue