I am working on a page model that has a hero section that slides away to reveal text below then soem full-height sections.
The first part is working pretty well thanks to @mvaneijgen and @Rodrigo — I am using this basis
I have two issues which Id like to ask for advice on, see here for my codepen
https://codepen.io/dezbat/pen/dPyKvgg
1. I am trying to add a bit of vertical motion to the 'mover' elements in each section. really simple stuff! The problem is this movement gets lost if I remove / add sections, there seems to be some interaction between the individual section movement Im looking for and the overall height of the page.
I would like to find a dynamic / flexible solution that doesnt require me to adjust start values depedngn on the number of full-height sections in the page.
2. the homepage header in the '.stickHead' element is doing what it should, Id simply like to delay it a little / start it later...
Apologies if these are obvious questions/problems, I haven't tried to really get going in GSAP until recently!
thanks!