Skip to content

Commit aa0113a

Browse files
committed
[fix]: Improve cssClip docs
1 parent 64dfb3c commit aa0113a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

entries/cssClip.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0"?>
22
<entry name="cssClip" type="method" return="jQuery">
33
<title>.cssClip()</title>
4-
<desc>getter/setter for an object version of the CSS <code>clip</code> property</desc>
5-
<added>1.8</added>
4+
<desc>Getter/setter for an object version of the CSS <code>clip</code> property.</desc>
5+
<added>1.12</added>
66
<signature>
77
<argument name="dimensions" type="Object" optional="true">
8-
<desc>When setting the CSS <code>clip</code> property, specify the <code>top</code>, <code>right</code>, <code>bottom</code> and <code>left</code>, properties to use the the <code>rect()</code> style.</desc>
8+
<desc>When setting the CSS <code>clip</code> property, specify the <code>top</code>, <code>right</code>, <code>bottom</code> and <code>left</code>, properties to use the <code>rect()</code> style.</desc>
99
</argument>
1010
</signature>
1111
<example>
@@ -16,7 +16,7 @@
1616
width: 150px;
1717
height: 150px;
1818
background: #3b679e;
19-
background: linear-gradient(to bottom, #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
19+
background: linear-gradient(to bottom, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
2020
}
2121
]]></css>
2222
<code><![CDATA[
@@ -52,4 +52,6 @@ Click anywhere!
5252
<category slug="methods"/>
5353
<category slug="overrides"/>
5454
<category slug="utilities"/>
55+
<category slug="effects"/>
56+
<category slug="effects-core"/>
5557
</entry>

0 commit comments

Comments
 (0)