@keyframes fadeBackground{0%{background-color:hsla(0,0%,100%,.2)}to{background-color:transparent}}.comment-appear{animation:fadeBackground .5s ease-out forwards}