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

[Svelte Flow] On WebKitGTK CSS animations blurry the whole app #4074

Open
lucascompython opened this issue Mar 26, 2024 · 2 comments
Open

[Svelte Flow] On WebKitGTK CSS animations blurry the whole app #4074

lucascompython opened this issue Mar 26, 2024 · 2 comments
Assignees

Comments

@lucascompython
Copy link

lucascompython commented Mar 26, 2024

Describe the Bug

In WebKitGTK when a css animation is playing (atleast on the node) the whole website gets blurry.

Your Example Website or App

Not mine, but the bug also happens here, and my app has similar styles. https://svelteflow.dev/examples/styling/turbo-flow

Steps to Reproduce the Bug or Issue

.

Expected behavior

As a user I expect the website to not be blurry when a css animation is playing.

Screenshots or Videos

demo.mp4

Platform

  • OS: [Linux]
  • Browser: [Epiphany, webkit2gtk-4.1, webkitgtk-6.0]
  • Version: [Epiphany 45.3]

Additional context

I've also tested a simple css transition and during the transition, the whole app gets blurry.

@peterkogo
Copy link
Member

I believe this has something to do with Webkit2GTK and subpixel rendering. There are a couple of hacks around how to prevent this but afaik its very system dependent. I currently don't have a linux machine I could easily test this on - any help would be appreciated to see if any of the hacks work :)

@peterkogo peterkogo self-assigned this Apr 3, 2024
@lucascompython
Copy link
Author

Unfortunately none of the "hacks" fixed the issue.

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