
Button by PRPradeepsaranbishnoi
22K
588
#212121
How to add this animation button to figma?
How to add this animation to figma?
You should make the animations @keyframes spark-1 { from { stroke-dashoffset: 1000; } } @keyframes spark-2 { from { stroke-dashoffset: 1000; } } since safari doesn't support negative strkoe-dashoffsets
@SelfMadeSystem also add overflow="visible" to your svg element
best !
MIT License