simple-menu-link-hover-effect
Like this simple hover effect by Sikriti Dakua and wanted to try making it in Webflow.
Original version:
https://codepen.io/dev_loop/full/OJWNabR
Only used this custom code, the rest is pure Webflow:
<style>
.link { mix-blend-mode: difference; }
.image { pointer-events: none; }
</style>