[data-name="CircleDashedAnimate"]:hover path[d="M10.1 2.182a10 10 0 0 1 3.8 0"] {
animation: pathReveal 0.3s ease-in-out 0.1s both;
}
[data-name="CircleDashedAnimate"]:hover path[d="M13.9 21.818a10 10 0 0 1-3.8 0"] {
animation: pathReveal 0.3s ease-in-out 0.2s both;
}
[data-name="CircleDashedAnimate"]:hover path[d="M17.609 3.721a10 10 0 0 1 2.69 2.7"] {
animation: pathReveal 0.3s ease-in-out 0.3s both;
}
[data-name="CircleDashedAnimate"]:hover path[d="M2.182 13.9a10 10 0 0 1 0-3.8"] {
animation: pathReveal 0.3s ease-in-out 0.4s both;
}
[data-name="CircleDashedAnimate"]:hover path[d="M20.279 17.609a10 10 0 0 1-2.7 2.69"] {
animation: pathReveal 0.3s ease-in-out 0.5s both;
}
[data-name="CircleDashedAnimate"]:hover path[d="M21.818 10.1a10 10 0 0 1 0 3.8"] {
animation: pathReveal 0.3s ease-in-out 0.6s both;
}
[data-name="CircleDashedAnimate"]:hover path[d="M3.721 6.391a10 10 0 0 1 2.7-2.69"] {
animation: pathReveal 0.3s ease-in-out 0.7s both;
}
[data-name="CircleDashedAnimate"]:hover path[d="M6.391 20.279a10 10 0 0 1-2.69-2.7"] {
animation: pathReveal 0.3s ease-in-out 0.8s both;
}
@keyframes pathReveal {
0% { opacity: 0; }
100% { opacity: 1; }
}