We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In safari, there’s a shake in the form label when the input gains focus:
Compared to Chrome (where it doesnt happen):
Beautiful lib of web-components! I’m very new to lit, but if there’s any way I can help troubleshoot, please let me know 😄
The text was updated successfully, but these errors were encountered:
Interesting...
I'll be honest, I dont really ever test in Safari. Most development testing is targeted to Chrome/Edge (blink)
Seems like it's a weird css issue. Maybe could be more apparent if the animation was slowed down in dev tools?
Sorry, something went wrong.
Oh, looks like it might stem from animating font-size and translate at the same time, since translateY(50%) is relative to the element size
translateY(50%)
https://stackoverflow.com/a/44210637/484780
No branches or pull requests
In safari, there’s a shake in the form label when the input gains focus:

Compared to Chrome (where it doesnt happen):

Beautiful lib of web-components! I’m very new to lit, but if there’s any way I can help troubleshoot, please let me know 😄
The text was updated successfully, but these errors were encountered: