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.
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
andright
were used for the animations, which is why I changed every animation to usetransform
.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.