@keyframes scale-up{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.one-stop:after{content:url(/images/one-stop-hover.png);animation:scale-up 1s forwards;animation-duration:1s}