z-agent / papers-context /agent_workspace /manim_docs /reference /manim.animation.transform.ScaleInPlace.md
ProgramerSalar's picture
fix: track binary files with Git LFS
dc00adb
|
Raw
History Blame Contribute Delete
881 Bytes

A newer version of the Gradio SDK is available: 6.20.0

Upgrade

ScaleInPlace

Qualified name: manim.animation.transform.ScaleInPlace

class ScaleInPlace(mobject=None, *args, use_override=True, **kwargs)

Bases: ApplyMethod

Animation that scales a mobject by a certain factor.

Examples

Methods

Attributes

path_arc
path_func
run_time
  • Parameters:
    • mobject (Mobject)
    • scale_factor (float)

_original__init__(mobject, scale_factor, **kwargs)

Initialize self. See help(type(self)) for accurate signature.

  • Parameters:
    • mobject (Mobject)
    • scale_factor (float)
  • Return type: None