Skip to content

Commit

Permalink
Change ShowSubmobjectsOneByOne defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
3b1b committed Dec 20, 2019
1 parent fa2c831 commit 0e92ded
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manimlib/animation/creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ def update_submobject_list(self, index):


class ShowSubmobjectsOneByOne(ShowIncreasingSubsets):
CONFIG = {
"int_func": np.ceil,
}

def __init__(self, group, **kwargs):
new_group = Group(*group)
super().__init__(new_group, **kwargs)
Expand Down

0 comments on commit 0e92ded

Please sign in to comment.