Miscellaneous Tween fixes

This commit is contained in:
Haoyu Qiu
2022-04-28 20:23:41 +08:00
parent d25c3aaaa7
commit 6c01ef8f4c
3 changed files with 10 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
Abstract class for all Tweeners used by [Tween].
</brief_description>
<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 [Tween] or [Node].
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].
</description>
<tutorials>
</tutorials>