2020-09-05 03:05:30 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2022-02-14 14:18:53 +01:00
<class name= "Tweener" inherits= "RefCounted" version= "4.0" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../class.xsd" >
2020-09-05 03:05:30 +02:00
<brief_description >
Abstract class for all Tweeners used by [Tween].
</brief_description>
<description >
2022-04-28 14:23:41 +02:00
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 [Tween].
2020-09-05 03:05:30 +02:00
</description>
<tutorials >
</tutorials>
<signals >
<signal name= "finished" >
<description >
Fix various typos with codespell
Found via `codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,fave,findn,hist,inout,leapyear,lod,nd,numer,ois,ony,paket,seeked,sinc,switchs,te,uint`
2021-07-07 17:17:32 +02:00
Emitted when the [Tweener] has just finished its job.
2020-09-05 03:05:30 +02:00
</description>
</signal>
</signals>
</class>