Skip to contents

Reverse of Create - progressively removes the mobject.

Super classes

manimR::Animation -> manimR::Create -> Uncreate

Methods

Inherited methods


Method new()

Create an Uncreate animation

Usage

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

Arguments

mobject

VMobject to remove

run_time

Duration

rate_func

Easing

...

Additional args


Method interpolate_mobject()

Reverse the Create interpolation

Usage

Uncreate$interpolate_mobject(alpha)

Arguments

alpha

Eased progress


Method clone()

The objects of this class are cloneable with this method.

Usage

Uncreate$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.