mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
Bug fix to VMobject.fade
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user