mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 03:47:44 +00:00
Change ShowSubmobjectsOneByOne defaults
This commit is contained in:
parent
fa2c831ef3
commit
0e92deddc4
1 changed files with 4 additions and 0 deletions
|
|
@ -142,6 +142,10 @@ class ShowIncreasingSubsets(Animation):
|
||||||
|
|
||||||
|
|
||||||
class ShowSubmobjectsOneByOne(ShowIncreasingSubsets):
|
class ShowSubmobjectsOneByOne(ShowIncreasingSubsets):
|
||||||
|
CONFIG = {
|
||||||
|
"int_func": np.ceil,
|
||||||
|
}
|
||||||
|
|
||||||
def __init__(self, group, **kwargs):
|
def __init__(self, group, **kwargs):
|
||||||
new_group = Group(*group)
|
new_group = Group(*group)
|
||||||
super().__init__(new_group, **kwargs)
|
super().__init__(new_group, **kwargs)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue