提交 1e15549b 编写于 作者: Q qiang

fix: 修正错误的 js 类型

上级 d7d59a12
......@@ -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')) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册