mirror of
https://github.com/3b1b/manim.git
synced 2025-08-20 05:14:12 +00:00
Don't call become at the end of Transform
This commit is contained in:
parent
7f940fbee4
commit
009f9dd18b
1 changed files with 0 additions and 2 deletions
|
@ -74,8 +74,6 @@ class Transform(Animation):
|
||||||
def finish(self) -> None:
|
def finish(self) -> None:
|
||||||
super().finish()
|
super().finish()
|
||||||
self.mobject.unlock_data()
|
self.mobject.unlock_data()
|
||||||
if self.target_mobject is not None and self.rate_func(1) == 1:
|
|
||||||
self.mobject.become(self.target_mobject)
|
|
||||||
|
|
||||||
def create_target(self) -> Mobject:
|
def create_target(self) -> Mobject:
|
||||||
# Has no meaningful effect here, but may be useful
|
# Has no meaningful effect here, but may be useful
|
||||||
|
|
Loading…
Add table
Reference in a new issue