Power rule in eoc3

This commit is contained in:
Grant Sanderson
2017-01-28 15:49:22 -08:00
parent 5ad1de5434
commit 55cff9c3c0
3 changed files with 256 additions and 30 deletions

View File

@ -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 = {