Add 3D Pop-Up Effect with Perspective on Hover #215
Closed
ayushsingh199
started this conversation in
Feature request
Replies: 2 comments
-
please assign this issue to me under hacktoberfest, I am eager to fix this issue! |
Beta Was this translation helpful? Give feedback.
0 replies
-
@ayushsingh199 Thank you for giving us your opinion on the website design. Animating a card like that on hover means this is clickable. But it doesn't. That's why we built it with a static behavior. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
I'm always frustrated when elements on the page feel too static and don't have enough visual engagement. A pop-up effect that uses perspective when elements are hovered would add more depth and interactivity to the page, making it more visually appealing and dynamic.
Describe the solution you'd like
I would like to see a 3D pop-up effect using CSS perspective applied to certain elements (e.g., cards, buttons, images). When a user hovers over these elements, they should appear to lift off the page slightly, creating a 3D effect as if they are popping out towards the user. This can be achieved using CSS
transform
,perspective
, andtransition
properties for smooth animation.Describe alternatives you've considered
An alternative could be using simpler hover effects like scaling the element slightly or adding a shadow, but these don't provide the same depth and immersive experience as a perspective-based pop-up effect. Another option is to use JavaScript libraries, but a pure CSS solution would be preferable for performance and simplicity.
Beta Was this translation helpful? Give feedback.
All reactions