.cssClip( [dimensions ] )返回:jQuery添加版本:1.12
描述:CSS clip
属性的对象版本的 getter/setter。
-
.cssClip( [dimensions ] )
-
dimensions类型:对象设置 CSS
clip
属性时,指定top
、right
、bottom
和left
属性以使用rect()
样式。
-
示例
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
|