.showcase-image-visible{animation:fadeIn .7s ease-out}.showcase-image-hidden{display:none}.showcase-progress-inactive{width:0}.showcase-progress{animation:widthGrow 8s ease-in-out infinite}.showcase-progress-full{width:100%;animation:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes widthGrow{0%{width:0}to{width:100%}}