-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
I've experienced on both windows 11 and 10 that the acrylic effect causes the window to lag while moving and or resizing.
This seems to be an issue that exists not only for Tauri.
I've done a little research into this, and it seems Electron had the same issue.
And they managed to solve it by reducing the polling rate to the refresh rate of the monitor.
(Here is a link to the issue where this was discussed)
Electron Acrylic Window (Issue 6)
I'm not sure how to apply this fix to a Tauri app,
Nevertheless I thought I'd share this possible solution in case someone else does know. 😄
AZProductions, Kyiro, minetoblend, PerfectlyFineCode, danielehrhardt and 11 more