Skip to content

Commit a2d69fa

Browse files
authored
docs(cn): translate utilities/effects.md (#74)
docs(cn): translate utilities/effects.md
2 parents 423f74c + ec3fe8e commit a2d69fa

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

utilities/effects.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Effects
1+
# 特效 {#effects}
22

3-
## Box Shadow
3+
## 盒阴影 {#box-shadow}
44

5-
Utilities for controlling the box shadow of an element.
5+
用于控制元素盒阴影的工具类。
66

77
<PlaygroundWithVariants
88
variant=''
@@ -37,7 +37,7 @@ export default {
3737

3838
</Customizing>
3939

40-
### Box Shadow Color
40+
### 盒阴影颜色 {#box-shadow-color}
4141

4242
<PlaygroundWithVariants
4343
variant='gray-500'
@@ -64,9 +64,9 @@ export default {
6464

6565
</Customizing>
6666

67-
## Opacity
67+
## 不透明度 {#opacity}
6868

69-
Utilities for controlling the opacity of an element.
69+
用于控制元素不透明度的工具类。
7070

7171
<PlaygroundWithVariants
7272
variant='50'
@@ -95,9 +95,9 @@ export default {
9595

9696
</Customizing>
9797

98-
## Mix Blend Mode
98+
## Mix Blend Mode {#mix-blend-mode}
9999

100-
Utilities for controlling how an element should blend with the background.
100+
用于控制元素与其背景混合的工具类。
101101

102102
<PlaygroundWithVariants
103103
variant='multiply'

0 commit comments

Comments
 (0)