LhDev Posted September 10, 2025 Posted September 10, 2025 I'm requested to create something like this but I find really complex to create it, the easy way is to just listen to mouse hover event over a element but as u can see and test in the website : https://epica.ru/ the hover effect is way complex then regular add addEventListener("mouseover" do u have any idea from to start ? See the Pen yyYrmJg by stuff-lh (@stuff-lh) on CodePen.
Rodrigo Posted September 10, 2025 Posted September 10, 2025 Yeah, everything is possible, although something like that is not the simplest thing to achieve. There is definitely a lot of transforms going on there, scale and translate. You should start by creating a Timeline that animates each row in a specific way and based on the mouse position set the progress of each Timeline or the entire timeline that controls the entire grid (I'd go with each row though). Hopefully the demos in this thread can help: Happy Tweening! 1
LhDev Posted September 11, 2025 Author Posted September 11, 2025 @Rodrigo thank you so much I will try to start from that code snippet u provided I think it gonna b a good start although that affect I find it really complex given my current level but let try
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now