随笔分类 -  科学实验BigBang

HTML5——canvas自定义饼图
摘要:实现条件:IE9+ 、Firefox 、Chrome 、IOS5+ 、android2.3+配置前引入文件:http://files.cnblogs.com/ccto/roundChart2.js(源文件为250行)配置说明: 1 var roundChart = new RoundChart({ 2 boxId: "divId", //容器ID (必选) 3 data: { //数据 (必选) 长度统一 4 items: ["超级大单", "大单", "中单", "小单", "超级大 阅读全文

posted @ 2013-05-01 01:02 _xiaoMo_ 阅读(705) 评论(0) 推荐(0)

CSS2——IE6圆角
摘要:IE6 圆角 by xiaoMo 优点: 兼容任何浏览器缺点: 标签不语义 阅读全文

posted @ 2013-04-30 19:45 _xiaoMo_ 阅读(391) 评论(3) 推荐(0)

CSS3——iPhone
摘要:: Message Reminder Mail ... 阅读全文

posted @ 2013-04-28 11:42 _xiaoMo_ 阅读(298) 评论(0) 推荐(0)

CSS3——齿轮转动
摘要:HTML关键代码: 1 div{ 2 -webkit-animation: xuanzhuan 5s linear; 3 -webkit-animation-iteration-count: infinite; 4 } 5 6 @-webkit-keyframes xuanzhuan { 7 from { 8 -webkit-transform: rotateZ(0); 9 }10 11 to {12 -webkit-transform: rotateZ(360deg);13 }14 }CSSJS 阅读全文

posted @ 2013-04-27 15:04 _xiaoMo_ 阅读(1431) 评论(2) 推荐(0)

导航