Hi everyone,
I was wondering what everyone's favourite method of creating banner ads with GSAP is?
I am fairly new to using GSAP (Loving it so far!), I have currently tried two ways of approaching creating banner ads with GSAP.
1. HTML, JS, Image sprite
In this method I write the HTML structure, create an image sprite and use CSS positioning to arrange elements into place that exist in the image sprite. I then use GSAP to animate in the various elements.
While I liked the simplicity of this method, I found it to be cumbersome having to manually adjust divs and positioning