@keyframes test {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}