tesla-style-solar-power-card
tesla-style-solar-power-card copied to clipboard
Bad scrolling performance
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.
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 ;)