svg

Posted langqq

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了svg相关的知识,希望对你有一定的参考价值。

参考链接: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的主要内容,如果未能解决你的问题,请参考以下文章