前端工具集合
normalize.css
重设网页样式,已经有很多版本,根据项目需要支持的浏览器类型,选择相应的版本使用;
html5shiv
让旧版本浏览器Internet Explorer 6-9, Safari 4.x (and iPhone 3.x), and Firefox 3.x 支持HTML5元素;
modernizr
用来检测浏览器是否支持HTML5、CSS3;
animate.css
使用css3制作的各种动画;
selectivizr
让旧版本浏览器Internet Explorer 6-8支持CSS3选择器;
requestAnimationFrame
requestAnimationFrame polyfill
Raphael
强大的矢量图形库
Raphael 英文参考文档:http://raphaeljs.com/reference.html
Raphael 中文帮助文档:http://julying.com/lab/raphael-js/docs/
Raphael 新手入门教程:An Introduction to the Raphael JS Library
Raphael 绘制柱状图表:Creating a chart with raphael.js
velocity
用来制作JavaScript动画,比jQuery的animation更快。