Fixed override_animation reference from :meth: to :func:

This commit is contained in:
fnieri 2024-10-16 16:09:45 +02:00
commit 83d5f9d4dc
2 changed files with 2 additions and 2 deletions

View file

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

View file

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