feat(Notify): reduce animation duration (#4637)

This commit is contained in:
neverland
2019-09-30 14:39:25 +08:00
committed by GitHub
parent 65dcc56753
commit 9a79de0456
2 changed files with 7 additions and 6 deletions
+1
View File
@@ -37,6 +37,7 @@ function Notify(
style={style}
position="top"
overlay={false}
duration={0.2}
lockScroll={false}
class={[bem([props.type]), props.className]}
{...inherit(ctx, true)}