标签:svg sharp form for ini tps transform log fill
参考链接:https://www.cnblogs.com/Chrimisia/p/6670303.html
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" />
标签:svg sharp form for ini tps transform log fill
原文地址:https://www.cnblogs.com/langqq/p/10593514.html