Skip to content

Commit 97a17af

Browse files
committed
Animation signatures: Fixed link to effects category. Fixes jquery#155.
1 parent c7c986a commit 97a17af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/animation-signature-options.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<argument name="options" type="Object">
44
<desc>All animation settings. The only required property is <code>effect</code>.</desc>
55
<property name="effect" type="String">
6-
<desc>A string indicating which <a href="/category/effect/">effect</a> to use for the transition.</desc>
6+
<desc>A string indicating which <a href="/category/effects/">effect</a> to use for the transition.</desc>
77
</property>
88
<property name="easing" type="String" default='"swing"'>
99
<desc>A string indicating which <a href="/easings/">easing</a> function to use for the transition.</desc>

0 commit comments

Comments
 (0)