This seems like it would be an easy thing to figure out, but I can't seem to find what I'm looking for.   I want to animate the width of a div from right to left. It seems that this works left to right by default.    TweenMax.from($("#hero-container"),0.5,{width:0});   I tried to change the origin of the div, but that didn't seem to make a difference.