Layne

Results 12 comments of Layne

+1,试了一下,animationEnd这个函数是to函数结束时触发的,应该被更名为toEnd,貌似这个库缺失动画结束的回调,如果想在动画结束后做一些处理不知道怎么操作

@seanjameshan So what should I do ?

这个也不错,只是不完善: https://github.com/cooking-demo/multiple-pages-vue

effective: ```js onSelectElement (event) { const tagName = event.target.tagName if (tagName === 'INPUT' || tagName === 'TEXTAREA' || tagName === 'SELECT') { event.stopPropagation() } } ```

@PeachScript Much appreciate for your reply. But it seems not work: ![image](https://user-images.githubusercontent.com/11707936/130169404-23846b7f-0839-44ef-9873-577f670c8cae.png) ![image](https://user-images.githubusercontent.com/11707936/130169446-af7e7ccb-bd0e-4d9f-9a09-6ab01ef6f787.png) I still get these warns: ![image](https://user-images.githubusercontent.com/11707936/130169594-b6affb84-a76f-4127-a87e-b4e9847da18f.png)

难道你们项目里没有用sourcemaps吗?那怎么做源码映射呢

in README.md-->Example usage the config "extensions: ['svg', 'png', /\.jpg#datauri$/i]," can't match the file '.png' but i now use webpack ,thinks for your lib

现有的rap导入json,不支持注释中含义的导入 ![image](https://cloud.githubusercontent.com/assets/11707936/19992815/f4626e34-a27b-11e6-8515-ddd31abde015.png) json编写按照value后有两个空格,然后“//”,然后一个空格,然后含义,然后“--”,然后备注的格式 按照上面示意图导入json的时候就可以把含义以及备注导入到rap,导出也按照这个格式 参见之前的issue:https://github.com/thx/RAP/issues/587