On scroll animation from off page

Hello,

I was wondering if it’s possible to make a page scroll animation for text where the text begins off the side of the page. Similar to this site here About — Adrien Laurent

I’ve tried creating div’s and transforming them to the right and then back to where I want it to be but that messes with the width of the page and adds a horizontal scroll which I don’t want.


Here is my public share link:https://preview.webflow.com/preview/kiefers-fabulous-project?utm_medium=preview_link&utm_source=designer&utm_content=kiefers-fabulous-project&preview=1253a574ed4d7af395c570aed90afee1&pageId=5d33cb3377686829564f17dd&mode=preview

custom code (copy-paste before body → publish and test)

<style>
   body{
   overflow-x:hidden;
   }
</style>

Works like a charm. Thank you so much for your help!