@keyframes fill{ 0%{ transform: scaleY(1);} 80%{ transform: scaleY(0);} 100%{ transform: scaleY(0);} } .c{ transform-origin: bottom center; /animation: fill 3s infinite cubic-bezier(.19,.4,.09,.92); }