-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Transition Doesn't Work on Chrome 115 #8409
Comments
To temporarily workaround this, prepend the stylesheet with: * {
animation-duration: 0s;
} |
In the latest discussion it was decided to keep the default value of |
If I understand correctly, the default value is still changed to |
yes 😂 |
@yyx990803 96c76fa won't fix this issue. |
AFAIK The actual use case for |
Chrome is about to implement backward compat for Vue: https://bugs.chromium.org/p/chromium/issues/detail?id=1452130#c5 It seems that the breakage won't land in the stable channel. |
Yes, so in our case |
Vue version
3.3.4
Link to minimal reproduction
https://play.vuejs.org/#eNpVkEFuwyAQRa8yZZNWqkPVpUui9g5ZsqFonKBiQDCmiizfvRBQlK7gD/89jVjZVwj7vCAbmUg6mkCQkJZwlM7MwUeCFSJOsMEU/Qy7Ut1JJ532LpXqxf/CoRaeKS74Ip3gzVL4EgjnYBVhSQDieyHyDj61NfrnIFmnn+op2fHkz2eLgrdaQ05RuWTI9FwmAfJgpk4X6oLWesHrwuWV/wMEf1igxERXW6/7PKAjjIPSZDK+3iYWVcY+gbXa6O4awQelDV3hPQGqhB/SbVV5N9XfefSQb47OjfDWkPI/tyXY9gczJYXq
Steps to reproduce
Toggle
What is expected?
disappear slowly
What is actually happening?
disappear immediately
System Info
No response
Any additional comments?
This is a browser compat problem, Chrome Canary/Chromium has changed the default value of
animation-duration
in the latest version.Related
The text was updated successfully, but these errors were encountered: