mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 11:03:03 +08:00
Up to VelocityAtIndividualPointsVsPairs in eoc chapter2
This commit is contained in:
@ -177,6 +177,10 @@ class UpdateFromFunc(Animation):
|
||||
def update_mobject(self, alpha):
|
||||
self.update_function(self.mobject)
|
||||
|
||||
class UpdateFromAlphaFunc(UpdateFromFunc):
|
||||
def update_mobject(self, alpha):
|
||||
self.update_function(self.mobject, alpha)
|
||||
|
||||
|
||||
class MaintainPositionRelativeTo(Animation):
|
||||
CONFIG = {
|
||||
|
Reference in New Issue
Block a user