A bit more into chapter 9

This commit is contained in:
Grant Sanderson
2016-09-07 22:04:24 -07:00
parent a58afe13e8
commit 37e4026e8f
6 changed files with 511 additions and 23 deletions

View File

@ -20,7 +20,7 @@ class Animation(object):
"remover" : False,
#Options are lagged_start, smoothed_lagged_start,
#one_at_a_time, all_at_once
"submobject_mode" : "lagged_start",
"submobject_mode" : "all_at_once",
"lag_factor" : 2,
}
def __init__(self, mobject, **kwargs):