.is-changed {
  animation: blink 1s;
}

@keyframes blink {
  0% {
    background: lightslategray;
  }
}