I'm trying to animate SVG->Path element.
It is like a timer, in 10 seconds, it should be zero
This is my SVG codes:
<div style="margin:200px">
<svg width="150" height="150" viewBox="0 0 150 150">
<path transform="translate(75, 75) scale(1)" fill="rgba(0,0,0,0.6)" d="M 0, 0 V -75 A 75 75 1 1 1 -0.001 -75 Z"></path>
</svg>
</div>
But I have no idea how to start to animate it by jQuery
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…