mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 13:34:19 +08:00
Fixed fade to behave over Groups of objects exactly as over the subobjects individually
This commit is contained in:
@ -162,9 +162,6 @@ class FadeOut(Transform):
|
||||
def __init__(self, mobject, **kwargs):
|
||||
target = mobject.copy()
|
||||
target.fade(1)
|
||||
if isinstance(mobject, VMobject):
|
||||
target.set_stroke(width = 0)
|
||||
target.set_fill(opacity = 0)
|
||||
Transform.__init__(self, mobject, target, **kwargs)
|
||||
|
||||
def clean_up(self, surrounding_scene = None):
|
||||
|
Reference in New Issue
Block a user