diff --git a/src/core/view/mixins/animation.js b/src/core/view/mixins/animation.js index 2739c710ad9af2329b119fa15523520db63cb2c2..45ebc67535dca292930d2bc404f726b7757a4c84 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')) {