Skip to contents

Grows a mobject from one of its edges.

Super class

manimR::Animation -> GrowFromEdge

Public fields

edge

Direction of the edge to grow from

Methods

Inherited methods


Method new()

Create a GrowFromEdge animation

Usage

GrowFromEdge$new(mobject, edge = DOWN, run_time = 1, rate_func = "smooth", ...)

Arguments

mobject

Mobject to grow

edge

Direction vector (e.g., DOWN, LEFT)

run_time

Duration

rate_func

Easing

...

Additional args


Method begin()

Begin: save state and collapse towards edge

Usage

GrowFromEdge$begin()


Method interpolate_mobject()

Grow from edge

Usage

GrowFromEdge$interpolate_mobject(alpha)

Arguments

alpha

Eased progress


Method clone()

The objects of this class are cloneable with this method.

Usage

GrowFromEdge$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.