Skip to content

Commit

Permalink
Effects: fix broken links to effects category
Browse files Browse the repository at this point in the history
  • Loading branch information
arschmitz committed Oct 5, 2014
1 parent 357e152 commit 6b6dcc8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion entries/effect.xml
Expand Up @@ -7,7 +7,7 @@
</longdesc>
<signature>
<argument name="effect" type="String">
<desc>A string indicating which <a href="/category/effect/">effect</a> to use for the transition.</desc>
<desc>A string indicating which <a href="/category/effects/">effect</a> to use for the transition.</desc>
</argument>
<argument name="options" type="Object" optional="true">
<desc>Effect-specific settings and <a href="/easings/">easing</a>.</desc>
Expand Down
2 changes: 1 addition & 1 deletion entries/hide.xml
Expand Up @@ -7,7 +7,7 @@
</longdesc>
<signature>
<argument name="effect" type="String">
<desc>A string indicating which <a href="/category/effect/">effect</a> to use for the transition.</desc>
<desc>A string indicating which <a href="/category/effects/">effect</a> to use for the transition.</desc>
</argument>
<argument name="options" type="Object" optional="true">
<desc>Effect-specific settings and <a href="/easings/">easing</a>.</desc>
Expand Down
2 changes: 1 addition & 1 deletion entries/show.xml
Expand Up @@ -7,7 +7,7 @@
</longdesc>
<signature>
<argument name="effect" type="String">
<desc>A string indicating which <a href="/category/effect/">effect</a> to use for the transition.</desc>
<desc>A string indicating which <a href="/category/effects/">effect</a> to use for the transition.</desc>
</argument>
<argument name="options" type="Object" optional="true">
<desc>Effect-specific settings and <a href="/easings/">easing</a>.</desc>
Expand Down
2 changes: 1 addition & 1 deletion entries/toggle.xml
Expand Up @@ -7,7 +7,7 @@
</longdesc>
<signature>
<argument name="effect" type="String">
<desc>A string indicating which <a href="/category/effect/">effect</a> to use for the transition.</desc>
<desc>A string indicating which <a href="/category/effects/">effect</a> to use for the transition.</desc>
</argument>
<argument name="options" type="Object" optional="true">
<desc>Effect-specific settings and <a href="/easings/">easing</a>.</desc>
Expand Down
2 changes: 1 addition & 1 deletion includes/animation-signature-options.xml
Expand Up @@ -3,7 +3,7 @@
<argument name="options" type="Object">
<desc>All animation settings. The only required property is <code>effect</code>.</desc>
<property name="effect" type="String">
<desc>A string indicating which <a href="/category/effect/">effect</a> to use for the transition.</desc>
<desc>A string indicating which <a href="/category/effects/">effect</a> to use for the transition.</desc>
</property>
<property name="easing" type="String" default='"swing"'>
<desc>A string indicating which <a href="/easings/">easing</a> function to use for the transition.</desc>
Expand Down

0 comments on commit 6b6dcc8

Please sign in to comment.