mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 21:44:19 +08:00
Power rule in eoc3
This commit is contained in:
@ -51,6 +51,11 @@ class Transform(Animation):
|
||||
submob.interpolate(start, end, alpha, self.path_func)
|
||||
return self
|
||||
|
||||
class ReplacementTransform(Transform):
|
||||
CONFIG = {
|
||||
"replace_mobject_with_target_in_scene" : True,
|
||||
}
|
||||
|
||||
|
||||
class ClockwiseTransform(Transform):
|
||||
CONFIG = {
|
||||
|
Reference in New Issue
Block a user