Skip to contents

Plays animations with a stagger/lag between each start. Equivalent to AnimationGroup with a non-zero lag_ratio.

Super classes

manimR::Animation -> manimR::AnimationGroup -> LaggedStart

Methods

Inherited methods


Method new()

Create a LaggedStart animation

Usage

LaggedStart$new(..., lag_ratio = 0.5, run_time = NULL, rate_func = "linear")

Arguments

...

Animation objects

lag_ratio

Proportion of overlap (default 0.5)

run_time

Override total run time

rate_func

Rate function


Method clone()

The objects of this class are cloneable with this method.

Usage

LaggedStart$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.