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
Chris Bolson
Chris Bolson7d ago
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.
Abdul Ahad⚡
Abdul Ahad⚡OP7d ago
understood, thank you

Did you find this page helpful?