Marco

Results 58 comments of Marco

That should mean that you didn’t define a layout for the card. I can’t verify that from the screenshot. How did you define the card?

Added first version of colorstop, where the color of all the segments are the current color segment.

Note for colorstop gradient & simple gradient: - the animateSegments() function only knows the arc segments, has no knowledge about the actual statevalue - as the animateSegments() function progresses, a...

That is very weird, as if the backend can’t load the data for some reason. i haven’t found any cause yet. It works on my end, so difficult to reproduce....

That looks like a regression. Previously "0" was displayed as "-0". This was fixed, but obviously, some other bug was born 😨 I will fix that in the next release!

A box-shadow is a CSS setting for HTML boxes. SAK is made with SVG, and you can't have a box-shadow for graphical things like lines, rectangles and circles. I guess...

Or make it, just as commented on the `lines` tool (#55) in line with the styles/classes structure, and thus with the animations section: ```yaml colorstop: colors: - value: 0 #...

Thanks for the additions. It was hard to write something down initially. I will review your comments!

The card needs some packges from unpkg.com, so needs internet. The only way to solve this, is to make a package, which I have to investigate… See issue: - #69