mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 06:47:51 +00:00
Default to more highlight layers
This commit is contained in:
parent
a4b38fd420
commit
ed5a435852
1 changed files with 1 additions and 1 deletions
|
|
@ -1202,7 +1202,7 @@ class VHighlight(VGroup):
|
|||
def __init__(
|
||||
self,
|
||||
vmobject: VMobject,
|
||||
n_layers: int = 3,
|
||||
n_layers: int = 5,
|
||||
color_bounds: tuple[ManimColor] = (GREY_C, GREY_E),
|
||||
max_stroke_addition: float = 5.0,
|
||||
):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue