sproutcore / TransformJS

A jQuery plugin that provides an abstraction over 2d and 3d transforms - Project Owner: jtaby
transformjs.strobeapp.com
MIT License
229 stars 23 forks source link

es6写法怎么使用transform #26

Open wsygdiv opened 6 years ago

wsygdiv commented 6 years ago

doubleTap: function(evt, index) { console.log(evt.scaleX); console.log("double") }, 显示 evt.scaleX 未定义