@keyframes myred{
from {
  width:0%;
  }
to 
  {
    width:100%;
  }
}
@keyframes mywidth{
from {
  width:7px;
  }
to 
  {
    width:50px;
  }
}