#itowns-loader span { display: inline-block; color: white; text-shadow: 0 0 3px #3338; font-family: Arial, sans-serif; font-weight: bold; text-decoration: none; animation: colorchange 2s infinite alternate ease-in-out; } #itowns-loader .c2 { animation-delay: 0.1s; } #itowns-loader .c3 { animation-delay: 0.2s; margin-left: -0.12em; } #itowns-loader .c4 { animation-delay: 0.3s; } #itowns-loader .c5 { animation-delay: 0.40s; } #itowns-loader .c6 { animation-delay: 0.50s; } @keyframes colorchange { 100% { color: white; transform: translate(0, 0); } 50% { color: white; transform: translate(0, 0); } 37.5% { color: white; transform: translate(0, 0); } 25% { color: #7ea8c5; transform: translate(0, 0); } 15% { color: #7ea8c5; transform: translate(0, -.15em); } 0% { color: white; transform: translate(0, 0em); } } #itowns-loader { z-index: 1000; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: #444; display: flex; flex-direction: row; justify-content: center; align-items: center; font-size: 5em; } #itowns-loader.hidden { opacity: 0; pointer-events: none; transition: opacity 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53); }