mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Fixed override_animation reference from :meth: to :func:
This commit is contained in:
parent
b7fc13ac89
commit
83d5f9d4dc
2 changed files with 2 additions and 2 deletions
|
|
@ -358,7 +358,7 @@ Use :class:`.NumberPlane` to define the cartesian plane.
|
|||
Use :class:`.Arrow` for the vectors.:
|
||||
|
||||
To make sure the label of the vector and the vector shift together, you can define a custom :class:`.VGroup` subclass.
|
||||
Take a look at the decorator :meth:`override_animation` to override the :class:`.Create` and :class:`.Uncreate` animations, it will come in handy when animating the subclass.
|
||||
Take a look at the decorator :func:`.override_animation` to override the :class:`.Create` and :class:`.Uncreate` animations, it will come in handy when animating the subclass.
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ Dropdown
|
|||
A dropdown
|
||||
|
||||
Make sure you leave a line between ":class:" and the text below, otherwise the dropdown won't render.
|
||||
|
||||
|
||||
.. admonition:: A dropdown
|
||||
:class: dropdown
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue