Animation Performance #235
-
I'd really like to run this on my thinkpad t480s but the animations are pretty choppy. Any way to turn off animations or optimise performance? Other than that this set up is pretty much perfect <3 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey! You can try disabling or reducing animations by checking the config files — look for any settings like: "animations": false or "transitionSpeed": 0 Also, try switching to a lighter compositor or disable blur effects, if enabled. If nothing helps, open an issue asking for a "low-performance mode" — might be useful for others too. Feel free to mark this as the answer if it helps! |
Beta Was this translation helpful? Give feedback.
-
Hi @israelblenn! Animations being choppy is a tradeoff I had to make for stability. Before, I was using exclusively CSS animations, and it worked, but crashed a lot of times. Now it doesn't crash (at least not that often) but looks choppy because I'm using GTK native animations. With that being said, I'm gonna try to implement a toggle for animations and see if it works. :) I'm currently working on reimplementing Ax-Shell in Quickshell, but once Fabric is ported to GTK4, Ax-Shell will be too and with that it'll have better performance, since GTK4 implements GPU acceleration. |
Beta Was this translation helpful? Give feedback.
Hi @israelblenn! Animations being choppy is a tradeoff I had to make for stability. Before, I was using exclusively CSS animations, and it worked, but crashed a lot of times. Now it doesn't crash (at least not that often) but looks choppy because I'm using GTK native animations.
With that being said, I'm gonna try to implement a toggle for animations and see if it works. :)
I'm currently working on reimplementing Ax-Shell in Quickshell, but once Fabric is ported to GTK4, Ax-Shell will be too and with that it'll have better performance, since GTK4 implements GPU acceleration.