Skip to contents

Similar to Create but optimised for text/LaTeX: draws each sub-glyph sequentially.

Super classes

manimR::Animation -> manimR::Create -> Write

Methods

Public methods

Inherited methods


Method new()

Create a Write animation

Usage

Write$new(mobject, run_time = 2, rate_func = "smooth", ...)

Arguments

mobject

Text or LaTeX mobject

run_time

Duration

rate_func

Easing

...

Additional args


Method clone()

The objects of this class are cloneable with this method.

Usage

Write$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.