Usage
scale_object(
scene,
factor,
about_point = NULL,
duration = 1,
easing = "smooth",
target_object = NULL
)
Arguments
- scene
A Scene object
- factor
Scale factor
- about_point
Point to scale about
- duration
Duration in seconds
- easing
Easing function
- target_object
Optional ID of specific object to scale
Value
The Scene object (invisibly) for piping