Change suspend_mobject_updating default

This commit is contained in:
Grant Sanderson 2021-06-16 10:33:06 -07:00
parent 6dc1ecb00a
commit 5ff8e28ba5

View file

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