Skip to content
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

theme change transition is removed due to transition stacking in webkit browsers. Need to find a way around this #1

Open
Rounak-stha opened this issue Feb 6, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Rounak-stha
Copy link
Owner

The previous css implementation is commented in style/index.css line number: 39 - 42. The implementation that created the bug was:

* {
    transition: color 0.3s ease-in-out, box-shadow 0.3s ease-out, background-color 0.7s ease-out, background-image 0.3s ease-out;
    -webkit-transition: color 0.3s ease-in-out, box-shadow 0.3s ease-out, background-color 0.7s ease-out, background-image 0.3s ease-out;
}
@Rounak-stha Rounak-stha added the bug Something isn't working label Feb 6, 2023
@Rounak-stha Rounak-stha self-assigned this Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant