mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 22:03:01 +08:00
Beginning waves video animations
This commit is contained in:
@ -248,7 +248,7 @@ class UpdateFromFunc(Animation):
|
||||
class UpdateFromAlphaFunc(UpdateFromFunc):
|
||||
def update_mobject(self, alpha):
|
||||
self.update_function(self.mobject, alpha)
|
||||
|
||||
|
||||
class MaintainPositionRelativeTo(Animation):
|
||||
CONFIG = {
|
||||
"tracked_critical_point" : ORIGIN
|
||||
|
Reference in New Issue
Block a user