Draws a VMobject by progressively revealing its strokes,
then filling it in. The canonical "write-on" effect.
Methods
Inherited methods
Method new()
Create a Create animation
Usage
Create$new(mobject, run_time = 2, rate_func = "smooth", ...)
Arguments
mobject
VMobject to create
run_time
Duration
rate_func
Easing function
...
Additional args
Method begin()
Save starting state
Method interpolate_mobject()
Progressive reveal of stroke then fill
Usage
Create$interpolate_mobject(alpha)
Method finish()
Ensure final state is correct
Method clone()
The objects of this class are cloneable with this method.
Usage
Create$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.