-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blurry Text on hover #27
Comments
@web-tiki did we have this issue before? |
You can compare the behavior on chrome and on firefox. |
Hello @muhammedmagdi @poi33 , We could remove the 3d transforms and only use 2d transforms instead for the titles and text hover effect. Even though 3d transforms are supposed to be more performant. |
Hello @web-tiki |
Also on firefox the text keeps blurry for a while and then becomes clear. |
@muhammedmagdi then there is no way to solve this issue yet... |
I'll tag this as a bug web-tiki since its unwanted behavior but there is currently not a lot we can do about it. |
@poi33 @web-tiki |
@muhammedmagdi that is clearly the way to go in the futur but for now, I don't want to use it as it isn't supported by Edge/IE. See canIuse |
@web-tiki Yes, I was going to say that I just tested on IE but it doesn't work unfortunately. But I found you have already mentioned that. |
To make the hexagons, it would be a good alternative but the hover effect would be pretty hard to make and buggy because of the transitions. It would require JS to make it consistent. With other hover effect, it could be achived though (example here) |
that looks even better ! |
@daslicht If the low browser support of clip-path isn't an issue for you then you definetly should go down that route ;) |
@web-tiki we might want to use clip-path now? Or want to wait for EI11 to be unsupported? |
@poi33 Clip-path support has become much better but I don't think it is a good idea to use it yet. |
There is a blurry text on hover appears on chrome. Can this be fixed ?
The text was updated successfully, but these errors were encountered: