I am trying to make a container for content on a site that changes its size (x and y) according to how big I need it to be. I will be setting the size of the box each time it needs to change, it doesn’t need to get that information from anywhere else. I want it to ease into each new shape in a cool way. I was considering using the Tween and Ease classes, but I’m not sure that is going to be the best way to get it done.
Any suggestions?