From 08f8e7e2c724b9cc29caffe3a78959d63d322d3a Mon Sep 17 00:00:00 2001 From: StanJ Date: Thu, 18 Apr 2019 05:18:52 +0800 Subject: [PATCH] fix weixin-app, change duratio to duration (#34759) --- types/weixin-app/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/weixin-app/index.d.ts b/types/weixin-app/index.d.ts index e2a9c7a5fb..0734ff4059 100644 --- a/types/weixin-app/index.d.ts +++ b/types/weixin-app/index.d.ts @@ -2050,7 +2050,7 @@ declare namespace wx { */ animation?: { // 动画变化时间,默认0,单位:毫秒 - duratio?: number; + duration?: number; /** * 动画变化方式,默认 linear * 值 说明