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

List text is blur on animation #2783

Open
harshakokel opened this issue Sep 24, 2020 · 1 comment
Open

List text is blur on animation #2783

harshakokel opened this issue Sep 24, 2020 · 1 comment

Comments

@harshakokel
Copy link

Hello,

I found that the list text is blurred on using <!-- .element: class="fragment" --> in safari 14.0. Text looks fine in chrome. I noticed that 'will-change' css has something to do with it.

With css: will-change:opacity;
image

With css: will-change:initial;
image

Has anyone else faced it? Is it important to use will-change:opacity;?

@jcamiel
Copy link

jcamiel commented Nov 3, 2020

Hi,
I have exactly the issue:

  • Safari 14.0/macOS Mojave : text is blurred in list
  • Firefox 82.0.2/macOS Mojave: text is normal in list
  • Chrome 86.0.4240.111/macOS Mojave: text is normal in list
    Change style to will-change:initial fixes it (besides sides effects)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants