diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-04-28 17:06:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-28 17:06:05 +0200 |
commit | 6840aefc9d2e1649fa16b580d92043599eabdce3 (patch) | |
tree | 79c79a8f64d8024fe1db6bc0c5d88ea57740f3be /doc/classes/Tweener.xml | |
parent | d25c3aaaa708b7d8d001f56ca03ffe9bffeb8798 (diff) | |
parent | 6c01ef8f4ccecc6dc2f05dd7db999d1b7749ae71 (diff) |
Merge pull request #60585 from timothyqiu/tween-fixes
Diffstat (limited to 'doc/classes/Tweener.xml')
-rw-r--r-- | doc/classes/Tweener.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Tweener.xml b/doc/classes/Tweener.xml index 3392f9ee23..721ed4e13e 100644 --- a/doc/classes/Tweener.xml +++ b/doc/classes/Tweener.xml @@ -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> |