From c4de2d433aa07f29d723621eb370b3d58d4782d3 Mon Sep 17 00:00:00 2001 From: Stephen Rice Date: Sun, 26 Feb 2023 21:42:49 -0800 Subject: [PATCH] Document default values for transition type and ease type. --- doc/classes/Tween.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/classes/Tween.xml b/doc/classes/Tween.xml index 16e4ce37143..704430a1c29 100644 --- a/doc/classes/Tween.xml +++ b/doc/classes/Tween.xml @@ -214,6 +214,7 @@ Sets the default ease type for [PropertyTweener]s and [MethodTweener]s animated by this [Tween]. + If not specified, the default value is [constant EASE_IN_OUT]. @@ -260,6 +261,7 @@ Sets the default transition type for [PropertyTweener]s and [MethodTweener]s animated by this [Tween]. + If not specified, the default value is [constant TRANS_LINEAR].