.appear{animation-name:flip;animation-duration:.5s}@keyframes flip{0%{transform:rotateY(90deg)}to{transform:rotateY(0deg)}}.fadeIn{animation-name:fadeIn;animation-duration:.5s}@keyframes fadeIn{0%{opacity:0}to{opacity:.3}}[role=progressbar]{transition-property:width!important}