@keyframes onAutoFillStart {
  from {}
  to {}
}

input:-webkit-autofill {
  animation-name: onAutoFillStart;
  animation-duration: 0.01s;
}