svgdotjs / svg.js

The lightweight library for manipulating and animating SVG
https://svgjs.dev
Other
10.95k stars 1.07k forks source link

Animate color stops working after first call to animate #1290

Closed mrname5 closed 1 year ago

mrname5 commented 1 year ago

[# Bug report]

Fiddle

https://jsfiddle.net/Mrname5/3tqsoekz/1/

Explanation

renickbell commented 1 year ago

Using this code, I have observed the same problem. Is this method for animating color incorrect, or is this a bug?

Fuzzyma commented 1 year ago

Use hexadecimal colors. Color names are not supported. We dont ship a huge color map as part of the code

https://jsfiddle.net/0jtorgkn/

mrname5 commented 1 year ago

thanks