From 5c9dae81484baa9d6db4913b7fe0f74c9d2afacb Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 14 Jul 2025 22:31:23 +0200 Subject: [PATCH] Document `AnimationMixer.animation_started` not being emitted for looping animations --- doc/classes/AnimationMixer.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/AnimationMixer.xml b/doc/classes/AnimationMixer.xml index f09ae953ad..1c5ffec3d5 100644 --- a/doc/classes/AnimationMixer.xml +++ b/doc/classes/AnimationMixer.xml @@ -350,6 +350,7 @@ Notifies when an animation starts playing. + [b]Note:[/b] This signal is not emitted if an animation is looping.