会呼吸的圆


<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>

  

 

试试效果,会让你激动不已哦!

posted @ 2016-06-27 17:33  jinzhu4147  阅读(165)  评论(0编辑  收藏  举报