Skip to content

stop: Specified default values #887

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions entries/stop.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
<desc>Stop the currently-running animation on the matched elements.</desc>
<signature>
<added>1.2</added>
<argument name="clearQueue" type="Boolean" optional="true">
<argument name="clearQueue" type="Boolean" optional="true" default="false">
<desc>A Boolean indicating whether to remove queued animation as well. Defaults to <code>false</code>.</desc>
</argument>
<argument name="jumpToEnd" type="Boolean" optional="true">
<argument name="jumpToEnd" type="Boolean" optional="true" default="false">
<desc>A Boolean indicating whether to complete the current animation immediately. Defaults to <code>false</code>.</desc>
</argument>
</signature>
<signature>
<added>1.7</added>
<argument name="queue" type="String" optional="true">
<argument name="queue" type="String" optional="true" default="false">
<desc>The name of the queue in which to stop animations.</desc>
</argument>
<argument name="clearQueue" type="Boolean" optional="true">
<desc>A Boolean indicating whether to remove queued animation as well. Defaults to <code>false</code>.</desc>
</argument>
<argument name="jumpToEnd" type="Boolean" optional="true">
<argument name="jumpToEnd" type="Boolean" optional="true" default="false">
<desc>A Boolean indicating whether to complete the current animation immediately. Defaults to <code>false</code>.</desc>
</argument>
</signature>
Expand Down