Skip to contents

Animates a mobject to its .target copy (set via mobject$generate_target()).

Super classes

manimR::Animation -> manimR::Transform -> MoveToTarget

Methods

Inherited methods


Method new()

Create a MoveToTarget animation

Usage

MoveToTarget$new(mobject, run_time = 1, rate_func = "smooth", ...)

Arguments

mobject

Mobject with a target set

run_time

Duration

rate_func

Easing

...

Additional args


Method clone()

The objects of this class are cloneable with this method.

Usage

MoveToTarget$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.