File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
<desc >Stop the currently-running animation on the matched elements.</desc >
5
5
<signature >
6
6
<added >1.2</added >
7
- <argument name =" clearQueue" type =" Boolean" optional =" true" >
7
+ <argument name =" clearQueue" type =" Boolean" optional =" true" default = " false " >
8
8
<desc >A Boolean indicating whether to remove queued animation as well. Defaults to <code >false</code >.</desc >
9
9
</argument >
10
- <argument name =" jumpToEnd" type =" Boolean" optional =" true" >
10
+ <argument name =" jumpToEnd" type =" Boolean" optional =" true" default = " false " >
11
11
<desc >A Boolean indicating whether to complete the current animation immediately. Defaults to <code >false</code >.</desc >
12
12
</argument >
13
13
</signature >
14
14
<signature >
15
15
<added >1.7</added >
16
- <argument name =" queue" type =" String" optional =" true" >
16
+ <argument name =" queue" type =" String" optional =" true" default = " false " >
17
17
<desc >The name of the queue in which to stop animations.</desc >
18
18
</argument >
19
19
<argument name =" clearQueue" type =" Boolean" optional =" true" >
20
20
<desc >A Boolean indicating whether to remove queued animation as well. Defaults to <code >false</code >.</desc >
21
21
</argument >
22
- <argument name =" jumpToEnd" type =" Boolean" optional =" true" >
22
+ <argument name =" jumpToEnd" type =" Boolean" optional =" true" default = " false " >
23
23
<desc >A Boolean indicating whether to complete the current animation immediately. Defaults to <code >false</code >.</desc >
24
24
</argument >
25
25
</signature >
You can’t perform that action at this time.
0 commit comments