chore: add doc-string of set_anim_args

This commit is contained in:
widcardw 2022-09-11 10:31:30 +08:00
parent a613099b1d
commit 2f691355db

View file

@ -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