摘要: nuxt官网: "Nuxt.js docs" github: "项目地址" 项目版本说明 | package | 版本号 | |: |: | |"babel cli" |"^6.26.0"| |"babel preset es2015" |"^6.24.1"| |"cross env" |"^5.2 阅读全文
posted @ 2019-03-23 13:52 请叫我卫辰大哥哥 阅读(236) 评论(0) 推荐(0) 编辑
摘要: Raphael.js 特点: 1.兼容VML和SVG 2.扩展功能——动画 用法: //1.创建画布 let paper=Raphael(x,y,width,height); //2.创建形状 let rect=paper.rect(x,y,width,height); // 阅读全文
posted @ 2019-03-23 11:58 请叫我卫辰大哥哥 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 大纲 https://github.com/DmitryBaranovskiy/raphael http://dmitrybaranovskiy.github.io/raphael/ 形状 事件 transform transform以字符串形式写,例如:"t200,50r45s2" 路径 属性 阅读全文
posted @ 2019-03-23 00:32 请叫我卫辰大哥哥 阅读(779) 评论(0) 推荐(0) 编辑