Skip to content

Commit

Permalink
Merge pull request #31480 from Calinou/doc-animationplayer-queue-loop
Browse files Browse the repository at this point in the history
Mention caveat with looped animations in `AnimationPlayer.queue()`
  • Loading branch information
akien-mga authored Aug 20, 2019
2 parents 5d89517 + 4cb3984 commit 8b27f09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/classes/AnimationPlayer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 8b27f09

Please sign in to comment.