.test {
  animation-name: tlOne, tlTwo;
  animation-duration: 1s, 1s;
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1), ease-in;
  animation-iteration-count: 10, 1;
  animation-delay: 0s, 0s;
  animation-direction: normal, normal;
  animation-fill-mode: none, none;
  animation-play-state: running, paused;
}
.test span {
  animation-name: tlThree;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  animation-iteration-count: 1;
  animation-delay: 0.5s;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: paused;
}
.test {
  animation-name: tlOne, tlTwo;
  animation-duration: 1s, 1s;
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1), ease-in;
  animation-iteration-count: 10, 1;
  animation-delay: 0s, 0s;
  animation-direction: normal, normal;
  animation-fill-mode: none, none;
  animation-play-state: running, paused;
}
.test span {
  animation-name: tlThree;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  animation-iteration-count: 1;
  animation-delay: 0.5s;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: paused;
}
