.box{
width: 100px;
height: 100px;
border-radius: 50%;
box-shadow: 0 0 0 10000px -sharp000;
background-color: transparent;
animation: border_shrink 1s;
}
@keyframes border_shrink {
0% {
width: 100px;
height: 100px;
}
100% {
width: 0;
height: 0;
}
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter