Closed jacksongoode closed 4 months ago
This resolves issue #367 by requesting an animation frame before we paint. However, it's at the expense of CPU cycles. It seems that CPU usage, at least on my machine, went from 5% to around 9% when quickly moving the cursor around on the page.
I suspect this is the wrong way to do this but maybe it will motivate someone.
The interesting thing is that this graphical bug only happens after a user's liked tracks are loaded.
This resolves issue #367 by requesting an animation frame before we paint. However, it's at the expense of CPU cycles. It seems that CPU usage, at least on my machine, went from 5% to around 9% when quickly moving the cursor around on the page.