My first SVG
重新观看
利用css3 animation,stroke-dasharray和stroke-dashoffset来自动画出路径(IE10-,animation中不支持stroke相关属性的动画)
利用js改变svg容器的宽度(兼容性好)
利用animate标签(效果怪怪的,IE不支持animation标签)
stroke-dasharray与stroke-dashoffset说明