mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 15:07:46 +00:00
chore: add doc-string of set_anim_args
This commit is contained in:
parent
a613099b1d
commit
2f691355db
1 changed files with 12 additions and 0 deletions
|
|
@ -2042,6 +2042,18 @@ class _AnimationBuilder:
|
|||
return update_target
|
||||
|
||||
def set_anim_args(self, **kwargs):
|
||||
'''
|
||||
You can change the args of :class:`~manimlib.animation.transform.Transform`, such as
|
||||
|
||||
- ``run_time``
|
||||
- ``time_span``
|
||||
- ``rate_func``
|
||||
- ``lag_ratio``
|
||||
- ``path_arc``
|
||||
- ``path_func``
|
||||
|
||||
and so on.
|
||||
'''
|
||||
self.anim_args = kwargs
|
||||
return self
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue