Skip to content

Commit

Permalink
Mention caveat with looped animations in AnimationPlayer.queue()
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou committed Aug 19, 2019
1 parent cce148b commit 4cb3984
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 4cb3984

Please sign in to comment.