Merge pull request #31480 from Calinou/doc-animationplayer-queue-loop

Mention caveat with looped animations in `AnimationPlayer.queue()`
This commit is contained in:
Rémi Verschelde 2019-08-20 12:46:48 +02:00 committed by GitHub
commit 8b27f091f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,6 +165,7 @@
</argument>
<description>
Queues an animation for playback once the current one is done.
[b]Note:[/b] If a looped animation is currently playing, the queued animation will never play unless the looped animation is stopped somehow.
</description>
</method>
<method name="remove_animation">