I have dashed border around div element :
.dash_border{
border: dashed;
stroke: 2px;
margin:20px;
}
I want to move the dashed lines clockwise when my pointer is on top of the div element and stop when I get out out of that element. How can I do it ?