Skip to content

Commit 82c278e

Browse files
kborchersAurelioDeRosa
authored andcommitted
jQuery.speed: Fix incorrect custom-effects slug
Closes jquerygh-902
1 parent 67996d7 commit 82c278e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/jQuery.speed.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<p>The <code>$.speed()</code> method provides a way to define properties, such as <code>duration</code>, <code>easing</code>, and <code>queue</code>, to use in a custom animation. By using it, you don't have to implement the logic that deals with default values and optional parameters.</p>
4141
<p>This method is meant for plugin developers who are creating new animation methods. Letting <code>$.speed()</code> do all the parameter hockey and normalization for you, rather than duplicating the logic yourself, makes your work simpler. An example of use can be found in the animated form of <code>.addClass()</code> of jQuery UI. </p>
4242
</longdesc>
43-
<category slug="effects/custom"/>
43+
<category slug="effects/custom-effects"/>
4444
<category slug="version/1.0"/>
4545
<category slug="version/1.1"/>
4646
</entry>

0 commit comments

Comments
 (0)