
Button by PRPradeepsaranbishnoi
23K
667
#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
also add overflow="visible" to your svg element
best !
MIT License