summaryrefslogtreecommitdiffstats
path: root/doc/classes
diff options
context:
space:
mode:
authorRakka Rage <rakkarage@gmail.com>2023-05-10 01:03:36 -0400
committerRakka Rage <rakkarage@gmail.com>2023-05-17 17:54:37 -0400
commit780e21bcacd66de9bde038ae9cd31d80f700f16a (patch)
tree466a10303f0a279888e7b78a9ef2df31d770feed /doc/classes
parentda21cb7042b09de24964b9bd5a1a8e1d93ab4b8b (diff)
downloadredot-engine-780e21bcacd66de9bde038ae9cd31d80f700f16a.tar.gz
Add TRANS_SPRING to Tween
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/Tween.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/Tween.xml b/doc/classes/Tween.xml
index 7e313c3d4c..51efbd31d8 100644
--- a/doc/classes/Tween.xml
+++ b/doc/classes/Tween.xml
@@ -501,6 +501,9 @@
<constant name="TRANS_BACK" value="10" enum="TransitionType">
The animation is interpolated backing out at ends.
</constant>
+ <constant name="TRANS_SPRING" value="11" enum="TransitionType">
+ The animation is interpolated like a spring towards the end.
+ </constant>
<constant name="EASE_IN" value="0" enum="EaseType">
The interpolation starts slowly and speeds up towards the end.
</constant>