一些好用的SVG代码——透明度动画
<animate attributename="opacity" begin="click" dur="1s" values="1;0" fill="freeze" restart="never"></animate>
一些好用的SVG代码——透明度动画
<animate attributename="opacity" begin="click" dur="1s" values="1;0" fill="freeze" restart="never"></animate>