From b6fe4c4a4d275fb4043046f49d02eaabe05b59de Mon Sep 17 00:00:00 2001 From: skywalker Date: Mon, 6 Apr 2020 15:08:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(components):=20animation=20=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E5=87=BA=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/taro-components/types/common.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/taro-components/types/common.d.ts b/packages/taro-components/types/common.d.ts index 3e7448cbfd14..a5cec34cec67 100644 --- a/packages/taro-components/types/common.d.ts +++ b/packages/taro-components/types/common.d.ts @@ -16,7 +16,7 @@ export interface StandardProps extends EventProps { /** 组件是否显示, 所有组件默认显示 */ hidden?: boolean /** 动画属性 */ - animation?: { actions: object[] } + animation?: object[] /** 引用 */ ref?: string | ((node: any) => any) }