.dot__item {
display: inline-block;
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #fafafa;
animation: wave 1.5s infinite ease-in-out;
}
.dot__item:nth-of-type(1) {
animation: wave 1.5s infinite ease-in-out;
}
.dot__item:nth-of-type(2) {
animation: wave 1.5s 0.2s infinite ease-in-out;
}
.dot__item:nth-of-type(3) {
animation: wave 1.5s 0.4s infinite ease-in-out;
}
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