classref: Sync with current master branch (61598c5)

This commit is contained in:
Godot Organization
2024-08-31 03:20:27 +00:00
parent a4d82aefc9
commit c2cd63bf4e
79 changed files with 2945 additions and 425 deletions

View File

@@ -617,8 +617,6 @@ Aborts all tweening operations and invalidates the **Tween**.
Makes the next :ref:`Tweener<class_Tweener>` run parallelly to the previous one.
\ **Example:**\
.. tabs::
@@ -965,8 +963,6 @@ Creates and appends a :ref:`MethodTweener<class_MethodTweener>`. This method is
Creates and appends a :ref:`PropertyTweener<class_PropertyTweener>`. This method tweens a ``property`` of an ``object`` between an initial value and ``final_val`` in a span of time equal to ``duration``, in seconds. The initial value by default is the property's value at the time the tweening of the :ref:`PropertyTweener<class_PropertyTweener>` starts.
\ **Example:**\
.. tabs::