mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 08:54:38 +08:00
EoLA Chapter 3 before Monday rewrite
This commit is contained in:
@ -163,6 +163,9 @@ class ScaleInPlace(ApplyMethod):
|
||||
ApplyMethod.__init__(self, mobject.scale_in_place, scale_factor, **kwargs)
|
||||
|
||||
class ApplyFunction(Transform):
|
||||
CONFIG = {
|
||||
"submobject_mode" : "all_at_once",
|
||||
}
|
||||
def __init__(self, function, mobject, **kwargs):
|
||||
Transform.__init__(
|
||||
self,
|
||||
|
Reference in New Issue
Block a user