Skip to content

Commit 62f919e

Browse files
committed
Shake effect: Both is not a valid value. Fixes jquery#128.
1 parent 821946a commit 62f919e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/shake-effect.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<title>Shake Effect</title>
44
<desc>Shakes the element multiple times, vertically or horizontally.</desc>
55
<arguments>
6-
<argument name="direction" type="String" default='"both"'>
7-
<desc>The direction of the effect. Possible values: <code>"left"</code>, <code>"right"</code>, <code>"up"</code>, <code>"down"</code>.</desc>
6+
<argument name="direction" type="String" default='"left"'>
7+
<desc>A value of <code>"left"</code> or <code>"right"</code> will shake the element horizontally, and a value of <code>"up"</code> or <code>"down"</code> will shake the element vertically. The value specifies which direction the element should move along the axis for the first step of the effect.</desc>
88
</argument>
99
<argument name="distance" type="Number" default="20">
1010
<desc>Distance to shake.</desc>

0 commit comments

Comments
 (0)