Anyone know how to imitate the effect on https://www.revolut.com/ where when you scroll down the page, the phone graphic stays in one spot with the content on it changing, but the text beside it scrolls normally?
Ideally using native webflow animations and not resorting to custom JS?
You need custom code to apply position:sticky, as it is not supported by Webflow.
Everything else could possibly be done without custom code. You have multiple divs absolutely positioned on the phone screen, then hide all the divs but show the relevant one when you scroll into a section.