mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
update_mobject -> interpolate_mobject for Animation, but not for ContinualAnimation
This commit is contained in:
@ -202,7 +202,7 @@ class WavePacket(Animation):
|
||||
]
|
||||
Animation.__init__(self, self.vects, **kwargs)
|
||||
|
||||
def update_mobject(self, alpha):
|
||||
def interpolate_mobject(self, alpha):
|
||||
packet_center = interpolate(
|
||||
self.wave_packet_start,
|
||||
self.wave_packet_end,
|
||||
|
Reference in New Issue
Block a user