.wait:after { display: inline; animation: wait 1s infinite; content: ""; } @keyframes wait { 20% { content: "."; } 40% { content: ".."; } 60% { content: "..."; } 80% { content: ""; } }