.status-change{animation:statusChangeAnimation 1s ease-in-out}@keyframes statusChangeAnimation{0%{background-color:#ff0}to{background-color:initial}}