mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Bug fix to VMobject.fade
This commit is contained in:
parent
c649a152d7
commit
ae31ee55e7
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class VMobject(Mobject):
|
|||
family = False
|
||||
)
|
||||
submob.set_fill(
|
||||
opacity = (1-darkness),
|
||||
opacity = (1-darkness)*submob.get_fill_opacity(),
|
||||
family = False
|
||||
)
|
||||
return self
|
||||
|
|
Loading…
Add table
Reference in a new issue