mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 06:50:19 +00:00
fix weixin-app, change duratio to duration (#34759)
This commit is contained in:
Vendored
+1
-1
@@ -2050,7 +2050,7 @@ declare namespace wx {
|
||||
*/
|
||||
animation?: {
|
||||
// 动画变化时间,默认0,单位:毫秒
|
||||
duratio?: number;
|
||||
duration?: number;
|
||||
/**
|
||||
* 动画变化方式,默认 linear
|
||||
* 值 说明
|
||||
|
||||
Reference in New Issue
Block a user