Skip to content

Commit e5dd858

Browse files
committed
Size Effect: Document behaviour for .show() and .toggle() methods
Ref gh-242
1 parent 36f95f1 commit e5dd858

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

entries/size-effect.xml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
<entry name="size" type="effect">
33
<title>Size Effect</title>
44
<desc>Resize an element to a specified width and height.</desc>
5+
<longdesc>
6+
<p>When using this effect with the <a href="/show/"><code>.show()</code></a> and <a href="/toggle/"><code>.toggle()</code></a> methods, the <code>to</code> argument is used as the starting point and the original size used as the endpoint.</p>
7+
</longdesc>
58
<arguments>
69
<argument name="to" type="Object">
710
<desc>Height and width to resize to.</desc>

0 commit comments

Comments
 (0)