From 8d0cbded3fbba3c64020ab8788f498ae044a24d1 Mon Sep 17 00:00:00 2001 From: kobewi Date: Thu, 3 Jun 2021 23:17:52 +0200 Subject: Clarify animation_changed signal --- doc/classes/AnimationPlayer.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/classes/AnimationPlayer.xml b/doc/classes/AnimationPlayer.xml index 7696f36009..8a94eee54c 100644 --- a/doc/classes/AnimationPlayer.xml +++ b/doc/classes/AnimationPlayer.xml @@ -275,7 +275,8 @@ - If the currently being played animation changes, this signal will notify of such change. + Emitted when a queued animation plays after the previous animation was finished. See [method queue]. + [b]Note:[/b] The signal is not emitted when the animation is changed via [method play] or from [AnimationTree]. -- cgit v1.2.3