Vojin
Vojin
TTCTheo's Typesafe Cult
Created by Giuliopime on 10/20/2023 in #questions
Guide on how to make such a css effect
Logic is a bit different if you’re building it in react, however it’s after watching the video it’s pretty straightforward
7 replies
TTCTheo's Typesafe Cult
Created by Giuliopime on 10/20/2023 in #questions
Guide on how to make such a css effect
Add event listner on the div you want the effect to appear in, it needs to have an overflow hidden effect.. Create another element which has a state that represents its position on the page. On mouse move change this element state to the event client position. And that’s about it, you can add blur and color, I suppose you know that
7 replies