Forum Moderators: not2easy
div{width:58px;height:58px;margin:100px auto;background:#f00;border-radius:100%;animation:load 1s infinite ease-in-out}
@keyframes load{0% {transform:scale(0)} 100% {transform:scale(1);opacity:0}} div{width:58px;height:58px;margin:100px auto;border-radius:100%;animation:load 3s infinite ease-in-out}
@keyframes load{
0% {transform:scale(0);background:#f00} 33% {transform:scale(1);opacity:0}
34% {transform:scale(0);background:#0f0} 66% {transform:scale(1);opacity:0}
67% {transform:scale(0);background:#00f} 100% {transform:scale(1);opacity:0}}