Skip to content

Commit 5e7d784

Browse files
committed
show and hide options: Link "jQuery UI effect" to effects documentation.
1 parent d4465ff commit 5e7d784

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

includes/widget-option-hide.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<type name="String">
1616
<desc>
1717
The <placeholder name="animated-element"/> will be hidden using the specified effect.
18-
The value can either be the name of a built-in jQuery animation method, such as <code>"slideUp"</code>, or the name of a jQuery UI effect, such as <code>"fold"</code>.
18+
The value can either be the name of a built-in jQuery animation method, such as <code>"slideUp"</code>, or the name of a <a href="/category/effects/">jQuery UI effect</a>, such as <code>"fold"</code>.
1919
In either case the effect will be used with the default duration and the default easing.
2020
</desc>
2121
</type>

includes/widget-option-show.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<type name="String">
1616
<desc>
1717
The <placeholder name="animated-element"/> will be shown using the specified effect.
18-
The value can either be the name of a built-in jQuery animation method, such as <code>"slideDown"</code>, or the name of a jQuery UI effect, such as <code>"fold"</code>.
18+
The value can either be the name of a built-in jQuery animation method, such as <code>"slideDown"</code>, or the name of a <a href="/category/effects/">jQuery UI effect</a>, such as <code>"fold"</code>.
1919
In either case the effect will be used with the default duration and the default easing.
2020
</desc>
2121
</type>

0 commit comments

Comments
 (0)