-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
When I use this code :
bar1.bar.animate(1, {
from : { color: 'var(--my-color)' },
to : { color: 'var(--my-color)' }
});
bar2.bar.animate(1, {
from : { color: 'var(--my-other-color)' },
to : { color: 'var(--my-other-color)' }
});
Color is not shown.
When I check value in Chrome inspector, it shows the SVG with stroke="var(--my-color)", but other one stroke="var(NaNmyNaNotherNaNcolor)"
Metadata
Metadata
Assignees
Labels
No labels