Applies a wave deformation that passes through the mobject.
Super class
manimR::Animation -> ApplyWave
Public fields
directionDirection of the wave displacement
amplitudeWave amplitude
wave_lengthWavelength as proportion of mobject width
Methods
Method new()
Create an ApplyWave animation
Usage
ApplyWave$new(
mobject,
direction = UP,
amplitude = 0.2,
wave_length = 1,
run_time = 2,
rate_func = "linear",
...
)