Hi Dipscom,
Thanks for your quick reply. Yes, i did it. Please, have check this link :
http://codepen.io/bqhieu/pen/mPqmZO
I want to make responsive on my project. But i really can't. So, after a lot of research, i decided to make multi version for each break-point. Example: one version for min-width:1100px. One version for min-width:750px and max-width:1099px.
But when i resize the browser window, my code is not running well. I want to make my code refresh while resizing. Example : after resize to tablet mode, my animation will restart (not refresh page). I know greensock support restart() function. But it isn't working. Really need your help. Thank you so much!