參考連接:https://www.cnblogs.com/Chrimisia/p/6670303.htmlhtml
vue 中封裝svg:http://www.cnblogs.com/Jiangchuanwei/p/9386792.htmlvue
svg動畫:svg
透明度: <animate attributeType="CSS" attributeName="opacity" from="0.5" to="1" dur="1s" repeatCount="indefinite" /> 放大縮小 <animateTransform attributeName="transform" begin="0s" dur="3s" type="scale" from="1" to="1.2" repeatCount="indefinite"/> x軸 <animate attributeName="width" attributeType="XML" type="scale" begin="0s" dur="1s" fill="freeze" repeatCount="indefinite" />