Skip to content

Commit

Permalink
fix mistype closed tag to </symbol> (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrox committed Jan 2, 2024
1 parent 9e09ca4 commit d09e9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion morphing-button/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<g>
<circle cx="12" cy="12" r="9.5" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round"><animate attributeName="stroke-dasharray" dur="1.5s" calcMode="spline" values="0 150;42 150;42 150;42 150" keyTimes="0;0.475;0.95;1" keySplines="0.42,0,0.58,1;0.42,0,0.58,1;0.42,0,0.58,1" repeatCount="indefinite"/><animate attributeName="stroke-dashoffset" dur="1.5s" calcMode="spline" values="0;-16;-59;-59" keyTimes="0;0.475;0.95;1" keySplines="0.42,0,0.58,1;0.42,0,0.58,1;0.42,0,0.58,1" repeatCount="indefinite"/></circle><animateTransform attributeName="transform" type="rotate" dur="2s" values="0 12 12;360 12 12" repeatCount="indefinite"/>
</g>
</svg>
</symbol>
</svg>

<button id="demo">Do some hard work</button>
Expand Down

0 comments on commit d09e9fc

Please sign in to comment.