-
Notifications
You must be signed in to change notification settings - Fork 57
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
Change default perspective to none #87
Comments
Hmmm I just noticed that perspective is broken in Chrome as well. The banner on the home page is behaving with a very intense perspective despite it being set to |
So I have a deploy preview here with your suggested fix, and it works great in Chrome and Firefox, but it breaks perspective in Safari. https://deploy-preview-88--animxyz.netlify.app/ Edit: Actually it does work in the new Safari Technical Preview, so I guess they changed to match Chrome and Firefox |
This is now fixed in |
Tried and now works good! Thank you for rapid fix on it! |
Since firefox (93) there are slight change that
perspective(0)
andperspective(none)
are not equal but other browsers take them as the same. And in firefox animations are actually glitchy.Here's all explained
https://bugzilla.mozilla.org/show_bug.cgi?id=1734999
The text was updated successfully, but these errors were encountered: