Animation constructor
Animation(})
Implementation
Animation(
this.mobject, {
this.runTime = DEFAULT_ANIMATION_RUN_TIME,
this.rateFunc = smooth,
this.lagRatio = DEFAULT_ANIMATION_LAG_RATIO,
}) {
name = getName();
}