会呼吸的圆
Posted jinzhu4147
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了会呼吸的圆相关的知识,希望对你有一定的参考价值。
<svg width="400" height="400"> <circle cx="200" cy="200" r="50" style="fill:#ff6600"> <animate attributeName="r" attributeType="XML" from="50" by="80" begin="0s" dur="2s" fill="freeze" repeatCount="indefinite" values="50; 80; 50" /> <animate attributeName="fill-opacity" attributeType="css" begin="0s" dur="2s" fill="freeze" repeatCount="indefinite" values="1; 0.6; 1" /> </circle> </svg>
试试效果,会让你激动不已哦!
以上是关于会呼吸的圆的主要内容,如果未能解决你的问题,请参考以下文章