as if written:
 @keyframes test {
  0% { background-color: red; border-width: 1px;}
  45% { background-color: green; border-width: 10px; }
  55% { background-color: blue;  border-width: 20px;}
  100% { background-color: red; border-width: 1px;}
}