mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
Don't call become at the end of Transform
This commit is contained in:
@ -74,8 +74,6 @@ class Transform(Animation):
|
||||
def finish(self) -> None:
|
||||
super().finish()
|
||||
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:
|
||||
# Has no meaningful effect here, but may be useful
|
||||
|
Reference in New Issue
Block a user