3D tilting social links profile without library, without framework
Design comparison
Solution retrospective
I really like my 3D tilting effect, because i really wanted to do it ever since the first time i knew that it is possible.
What challenges did you encounter, and how did you overcome them?When 3D tilting it, part of the code made the tilting effect only occurs when i hover over the card, so there is this glitchy movement because when my cursor is touching the card, the card tilt away and not touching my cursor, so the code run for the card tilt to be default, but when it is in default state, it is touching my card and it tilts away again, the code is executed over and over again, i found the solution for this on youtube, that is to make a container around the card, so when i hover over the container, the card tilts and the container does not tilt with the card, but this created another problem, that is i cannot make any trigger effects on the links of the card, because the card is behind the container :/
What specific areas of your project would you like help with?is there a solution for that specific problem? or we can only used frameworks to solve it?
Community feedback
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord