mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current master branch (f87858a8f)
This commit is contained in:
@@ -14,12 +14,14 @@ IntervalTweener
|
||||
|
||||
Creates an idle interval in a :ref:`Tween<class_Tween>` animation.
|
||||
|
||||
.. rst-class:: classref-introduction-group
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
``IntervalTweener`` is used to make delays in a tweening sequence. See :ref:`Tween.tween_interval<class_Tween_method_tween_interval>` for more usage information.
|
||||
**IntervalTweener** is used to make delays in a tweening sequence. See :ref:`Tween.tween_interval<class_Tween_method_tween_interval>` for more usage information.
|
||||
|
||||
\ **Note:** :ref:`Tween.tween_interval<class_Tween_method_tween_interval>` is the only correct way to create ``IntervalTweener``. Any ``IntervalTweener`` created manually will not function correctly.
|
||||
\ **Note:** :ref:`Tween.tween_interval<class_Tween_method_tween_interval>` is the only correct way to create **IntervalTweener**. Any **IntervalTweener** created manually will not function correctly.
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
||||
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
|
||||
|
||||
Reference in New Issue
Block a user