Skip to content

Commit f6b7087

Browse files
authored
Update animate-param.md
1 parent 6037b2f commit f6b7087

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

animate-param.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ tween-one 里的可支持 style 动画参数说明。
3333
| borderWidth | `{ borderWidth: 2 }` 元素当前边框宽度到 2px,同样可用 `borderTopWidth` `borderRightWidth` `borderBottomWidth` `borderLeftWidth` |
3434
| borderRadius | `{ borderRadius: 5 }` 元素当前圆角到 5px, 同上, 同样可用 `上 左 下 右` |
3535
| borderColor | `{ borderColor: '#FFFFFF' }` 元素当前边框颜色到白色 |
36-
| boxShadow | `{ boxShadow: '0 0 10px #000' }` 元素当前阴影到 Y 轴 10px |
37-
| textShadow | `{ textShadow: '0 0 10px #000' }` 元素当前文字内容阴影到 Y 轴 10px |
36+
|   boxShadow       | `{ boxShadow: '0 0 10px #000' }` 元素当前阴影模糊到 10px |
37+
|   textShadow     | `{ textShadow: '0 0 10px #000' }` 元素当前文字内容阴影模糊到 10px |
3838

3939

4040
### transform 参数

0 commit comments

Comments
 (0)