Animate an object (generic)
Usage
animate(scene, animation_type = "custom", duration = 1, easing = "smooth", ...)
Arguments
- scene
A Scene object
- animation_type
Type of animation
- duration
Duration in seconds
- easing
Easing function name
- ...
Additional animation parameters
Value
The Scene object (invisibly) for piping