Skip to content

Commit 6afe4dd

Browse files
committed
Note that custom queues do not auto-start. Close jquerygh-13.
1 parent bb9cc59 commit 6afe4dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/options-argument.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<desc>A string indicating which easing function to use for the transition.</desc>
1111
</property>
1212
<property name="queue" default="true">
13-
<desc>A Boolean indicating whether to place the animation in the effects queue. If false, the animation will begin immediately. <strong>As of jQuery 1.7</strong>, the queue option can also accept a string, in which case the animation is added to the queue represented by that string.</desc>
13+
<desc>A Boolean indicating whether to place the animation in the effects queue. If false, the animation will begin immediately. <strong>As of jQuery 1.7</strong>, the queue option can also accept a string, in which case the animation is added to the queue represented by that string. When a custom queue name is used the animation does not automatically start; you must call <code>.dequeue("queuename")</code> to start it.</desc>
1414
<type name="Boolean"/>
1515
<type name="String"/>
1616
</property>

0 commit comments

Comments
 (0)