Skip to contents

Grows a mobject from a specific point.

Super class

manimR::Animation -> GrowFromPoint

Public fields

point

The point to grow from

Methods

Inherited methods


Method new()

Create a GrowFromPoint animation

Usage

GrowFromPoint$new(
  mobject,
  point = ORIGIN,
  run_time = 1,
  rate_func = "smooth",
  ...
)

Arguments

mobject

Mobject to grow

point

Source point

run_time

Duration

rate_func

Easing

...

Additional args


Method begin()

Save target state, move to point and collapse

Usage

GrowFromPoint$begin()


Method interpolate_mobject()

Grow from point to final position/scale

Usage

GrowFromPoint$interpolate_mobject(alpha)

Arguments

alpha

Eased progress


Method clone()

The objects of this class are cloneable with this method.

Usage

GrowFromPoint$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.