meter { width: 100%; } .fadein { animation: fadein 1s; } @keyframes fadein { from { opacity: 0; } to { opacity: 1; } }