@keyframes moveBackground { 0% { width: 0; opacity: 0; } 90% { width: 100%; opacity: 0.5; } 100% { width: 100%; opacity: 0; } }