Skip to content

Commit b985c8e

Browse files
committed
stop: Specified default values
Closes gh-887
1 parent 5b90d81 commit b985c8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

entries/stop.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
<desc>Stop the currently-running animation on the matched elements.</desc>
55
<signature>
66
<added>1.2</added>
7-
<argument name="clearQueue" type="Boolean" optional="true">
7+
<argument name="clearQueue" type="Boolean" optional="true" default="false">
88
<desc>A Boolean indicating whether to remove queued animation as well. Defaults to <code>false</code>.</desc>
99
</argument>
10-
<argument name="jumpToEnd" type="Boolean" optional="true">
10+
<argument name="jumpToEnd" type="Boolean" optional="true" default="false">
1111
<desc>A Boolean indicating whether to complete the current animation immediately. Defaults to <code>false</code>.</desc>
1212
</argument>
1313
</signature>
1414
<signature>
1515
<added>1.7</added>
16-
<argument name="queue" type="String" optional="true">
16+
<argument name="queue" type="String" optional="true" default="false">
1717
<desc>The name of the queue in which to stop animations.</desc>
1818
</argument>
1919
<argument name="clearQueue" type="Boolean" optional="true">
2020
<desc>A Boolean indicating whether to remove queued animation as well. Defaults to <code>false</code>.</desc>
2121
</argument>
22-
<argument name="jumpToEnd" type="Boolean" optional="true">
22+
<argument name="jumpToEnd" type="Boolean" optional="true" default="false">
2323
<desc>A Boolean indicating whether to complete the current animation immediately. Defaults to <code>false</code>.</desc>
2424
</argument>
2525
</signature>

0 commit comments

Comments
 (0)