What is the correct way to resize Flip?
See the Pen NWLOqOq by oleh-koval (@oleh-koval) on CodePen
The problem is that you're just creating that Flip tween once and baking all the values into that, but if your screen resizes you need those values to get updated. Here's one way you could do it:
See the Pen bGxOjeP?editors=0010 by GreenSock (@GreenSock) on CodePen
Is that what you were looking for?