mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 05:24:22 +08:00
Fix data["orientation"] alignment issue a separate way
This commit is contained in:
@ -113,7 +113,6 @@ class FadeTransform(Transform):
|
||||
start, end = self.starting_mobject, self.ending_mobject
|
||||
for m0, m1 in ((start[1], start[0]), (end[0], end[1])):
|
||||
self.ghost_to(m0, m1)
|
||||
self.ending_mobject.align_data(self.mobject)
|
||||
|
||||
def ghost_to(self, source: Mobject, target: Mobject) -> None:
|
||||
source.replace(target, stretch=self.stretch, dim_to_match=self.dim_to_match)
|
||||
|
Reference in New Issue
Block a user