How do I approach this circle micro interaction
The arrow part, I'm able to recreate but the border animation I'm not able to.
Please help
2 Replies
If it is an SVG you could animate the border by modifying the stroke-dasharray and stroke-dashoffset.
Alternatively, if it is a normal button border you could look at using a conic-gradient border and animating the angle of the gradient.
understood, thank you