Hi,
I'm trying to animate a color change using
sym.$("Rectangle").animate({"color": "#000000"}, "10" );
but it isn't working
I actually want to change the color of a text element, isn't working there either.
chaning color per CSS works fine, but sadly not in animation
Any Hints?
Cheers