Edit in JSFiddle

TweenMax.fromTo("#uniform", 1.5, {opacity:0, width:0}, {opacity:1, width: 200 });
<img id="uniform" src="https://uniform.wingzero.tw/assets/images/clothes_v5.png" alt="">
body{
  background: #333;
}

External resources loaded into this fiddle: