Sounds like the right approach. Note that the page level scrolling interactions and the element-level scrolling interactions have different capabilities.
Here I think you want the element-level interaction, and you want to set the interaction so that it starts and ends at the right point relative to the element’s scrolling position.
I expect the basis for the section would be;
DIV - section, relative position
DIV - content, absolute position
And you’d be shifting the position of your content with the scroll-bound frame.
Hi @memetican - Are you able to give me a little more assistance here? I’m struggling to figure out quite how to implement it. It’s scrolling but often the text is cutting off… It seems like there are loads of tutorials for images that take up 100% vh and vw but nothing for text where there isn’t really a set width.
I think I know what it needs to do… i’m just not figuring it out in my mind to make it happen.
Thanks @memetican - Yes I think you’re right about the width… i was hoping to avoid that as it’s text based but seems the best way. I’ll just have to make sure to add some extra to try and accommodate all the responsive ways.
I think i’ve got it sorted… but if not i’ll be in touch.