Hi there, so I’ve been working on a project to recreate the Monopo London site lens effect and text hover. I found a similar project on GitHub using React Fiber and Drei, which was very cool. However, I am only using Three.js for my project.
Here’s where I’m stuck: I have most of the code working, but when I hover over the visible text to reveal the hidden text, the alignment of the revealed text is off. I need help aligning it properly.
I’ve been working on this in my free time for three days and needed some assistance earlier. I posted a question here before and got a helpful answer, so I appreciate the community support!
This is the GitHub project Demo Project
Here’s my project: Codesandbox
Thank you!