Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 2.02 KB

class_tweener.rst

File metadata and controls

49 lines (31 loc) · 2.02 KB
github_url:hide

Tweener

Inherits: :ref:`RefCounted<class_RefCounted>` < :ref:`Object<class_Object>`

Inherited By: :ref:`CallbackTweener<class_CallbackTweener>`, :ref:`IntervalTweener<class_IntervalTweener>`, :ref:`MethodTweener<class_MethodTweener>`, :ref:`PropertyTweener<class_PropertyTweener>`

Abstract class for all Tweeners used by :ref:`Tween<class_Tween>`.

.. rst-class:: classref-introduction-group

Description

Tweeners are objects that perform a specific animating task, e.g. interpolating a property or calling a method at a given time. A Tweener can't be created manually, you need to use a dedicated method from :ref:`Tween<class_Tween>`.

.. rst-class:: classref-section-separator


.. rst-class:: classref-descriptions-group

Signals

.. rst-class:: classref-signal

finished ( )

Emitted when the Tweener has just finished its job.