mirror of
https://github.com/3b1b/manim.git
synced 2025-08-31 16:08:54 +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):
|
||||
CONFIG = {
|
||||
"int_func": np.ceil,
|
||||
}
|
||||
|
||||
def __init__(self, group, **kwargs):
|
||||
new_group = Group(*group)
|
||||
super().__init__(new_group, **kwargs)
|
||||
|
|
Loading…
Add table
Reference in a new issue