mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current master branch (61598c5)
This commit is contained in:
@@ -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::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user