提交 4cd5ee7b 编写于 作者: 雪洛's avatar 雪洛

fix(v3): 修复App端H5端createAnimation动画不正确的Bug askID:84862

上级 01a23fd6
...@@ -35,7 +35,7 @@ function getStyle (action) { ...@@ -35,7 +35,7 @@ function getStyle (action) {
} else if (type.startsWith('translate')) { } else if (type.startsWith('translate')) {
args = args.map(converPx) args = args.map(converPx)
} }
if (animateTypes2.indexOf(type)) { if (animateTypes2.indexOf(type) >= 0) {
args.length = 1 args.length = 1
} }
transform.push(`${type}(${args.join(',')})`) transform.push(`${type}(${args.join(',')})`)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册