Animation that calls a function(mobject, alpha) each frame,
where alpha is the current progress.
Public fields
update_func
Function(mobject, alpha) called each frame
Methods
Inherited methods
Method new()
Create an UpdateFromAlphaFunc animation
Arguments
mobject
Mobject to update
update_func
Function(mobject, alpha) that modifies the mobject
run_time
Duration
rate_func
Easing
...
Additional args
Method interpolate_mobject()
Call update function with alpha
Usage
UpdateFromAlphaFunc$interpolate_mobject(alpha)
Method clone()
The objects of this class are cloneable with this method.
Usage
UpdateFromAlphaFunc$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.