From 1e15549be89a368ab9ce3e8b415aa4d0a23b0bde Mon Sep 17 00:00:00 2001 From: qiang Date: Thu, 15 Aug 2019 19:44:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84=20js=20=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/view/mixins/animation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/view/mixins/animation.js b/src/core/view/mixins/animation.js index 2739c710a..45ebc6753 100644 --- a/src/core/view/mixins/animation.js +++ b/src/core/view/mixins/animation.js @@ -27,7 +27,7 @@ function getStyle (action) { const style = {} let transform = [] animates.forEach(animate => { - type type = animate.type + let type = animate.type let args = [...animate.args] if (animateTypes1.concat(animateTypes2).includes(type)) { if (type.startsWith('rotate') || type.startsWith('skew')) { -- GitLab