Font Inverting with Background

Does anyone know how to create this invert while scrolling effect with the background?

https://mainlyphotography.com/

hey, this is a blend mode added to the text in the foreground.
you can have a look here:

But keep in mind, it might not work in mobile, and the text element should not have a animation assigned to as this would require to add the blending mode to the parent div, which would require javascript to achive this.

Thank you! I’ll see if I can work it out!