.animation-dot{width:14px;height:14px;border-radius:50%;display:inline;animation:bgColorAnim 6s infinite forwards}@keyframes bgColorAnim{0%{background:blue}33%{background:orange}66%{background:red}to{background:blue}}