.reading-progress{
  width:100%;
  transform:scaleX(0);
  transform-origin:left center;
  will-change:transform;
}
