.animation-target{
  -webkit-animation:animation 1000ms linear both;
  animation:animation 1000ms linear both;
}

