eromatiya / lightdm-webkit2-theme-glorious

A sleek, modern and glorified LightDM webkit2 theme
https://manilarome.github.io/lightdm-webkit2-theme-glorious/
GNU General Public License v3.0
603 stars 54 forks source link

Performance Fix for animations #62

Open TheCrether opened 2 years ago

TheCrether commented 2 years ago

Hi, I've recently come across this theme and noticed that there were major performance issues with the animations. I looked at the code and saw that top and right were used for the animations, which is why I changed every animation to use transform.

I also added an easing effect so that the animation seem even smoother. For some reason, the sidebar does not want to transform without a stutter (at least on my machine). I'm sorry for all the changes in tab size, VS Code just did it.