Replies: 2 comments 3 replies
-
|
Can you please share play that shows the scroll problem? |
Beta Was this translation helpful? Give feedback.
3 replies
-
It uses box shadow, blur, CSS transform and Might be slow on old/slow clients. But still faster than JS solutions, because it doesn't calculate or move things pixel by pixel. Instead, it applies the style only when each of 8 zones are hovered so in total, it's less calculations for the browser comparing to JS solutions.
depends on your layout, but as you can see, the card gets slightly bigger on hover so if it's coving the whole width, you may want to add margins. |
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

Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone 👋
I added
hover-3din my project and I have 2 questions:hover-3dThx
Beta Was this translation helpful? Give feedback.
All reactions