You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the new hyperborder version (v2) the CPU usage is very high when enabling animation. I ruled out any other plugin by disabling them for testing. With all other plugins enabled (see list below), the CPU usage behaves almost the same.
Is there some room for optimisation?
With animation
Without animation
Plugins
The text was updated successfully, but these errors were encountered:
hyperborder uses native SVG animations with animateTransform which should be hardware accelerated.
But maybe I am doing something wrong or this is a performance problem of hyper/Chrome.
I will test some other animation methods to see if there is something more performant.
Also experiencing this issue... updated Hyper recently on my Pop_OS machine and it started to run super slowly. Disabled border animation and everything's snappy again. A bit unfortunate tho, I really like the animation.
With the new hyperborder version (v2) the CPU usage is very high when enabling animation. I ruled out any other plugin by disabling them for testing. With all other plugins enabled (see list below), the CPU usage behaves almost the same.
Is there some room for optimisation?
With animation
![Screenshot 2022-09-18 at 20 17 34](https://user-images.githubusercontent.com/12819635/190922500-2d78fabc-782c-40d4-90d8-173ffb3f537e.png)
Without animation
![Screenshot 2022-09-18 at 20 18 20](https://user-images.githubusercontent.com/12819635/190922503-ad516e78-99d2-414c-9092-97c4fefe03a8.png)
Plugins
![Screenshot 2022-09-18 at 20 18 53](https://user-images.githubusercontent.com/12819635/190922571-05b38178-ea6f-4fc1-a1a8-c4cbe2c7d67a.png)
The text was updated successfully, but these errors were encountered: