tesla-style-solar-power-card icon indicating copy to clipboard operation
tesla-style-solar-power-card copied to clipboard

Bad scrolling performance

Open sanyatuning opened this issue 3 years ago • 1 comments

Sometimes I experience some lag when scrolling, mostly in lovalace editor mode. video I suggest using CSS "transform: translate(x,y)" instead of "position: relative; left: x; top: y" or something like this.

Another one: sometimes rendering is very small without any change. Screenshot 2021-05-02 19 49 20

sanyatuning avatar May 02 '21 17:05 sanyatuning

Yes. The problem is not only the css but the way I'm calculating and updating. I'm planning on redoing the whole animation with css steps, but will take a while. Currently I'm busy with the visual editor and since this is a hobby ... But if you file a PR I'll probably get to it sooner ;)

reptilex avatar May 03 '21 07:05 reptilex