@keyframes fade { 0% {display:none} 75% {display:none} 100% {display:inline} } .fade{ animation: fade ease-in; animation-fill-mode: forwards; }