We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc2ed0c + f6b7087 commit 058785aCopy full SHA for 058785a
animate-param.md
@@ -33,8 +33,8 @@ tween-one 里的可支持 style 动画参数说明。
33
| borderWidth | `{ borderWidth: 2 }` 元素当前边框宽度到 2px,同样可用 `borderTopWidth` `borderRightWidth` `borderBottomWidth` `borderLeftWidth` |
34
| borderRadius | `{ borderRadius: 5 }` 元素当前圆角到 5px, 同上, 同样可用 `上 左 下 右` |
35
| borderColor | `{ borderColor: '#FFFFFF' }` 元素当前边框颜色到白色 |
36
-| boxShadow | `{ boxShadow: '0 0 10px #000' }` 元素当前阴影到 Y 轴 10px |
37
-| textShadow | `{ textShadow: '0 0 10px #000' }` 元素当前文字内容阴影到 Y 轴 10px |
+| boxShadow | `{ boxShadow: '0 0 10px #000' }` 元素当前阴影模糊到 10px |
+| textShadow | `{ textShadow: '0 0 10px #000' }` 元素当前文字内容阴影模糊到 10px |
38
39
40
### transform 参数
0 commit comments