Make animate color work with RGBA so can animate alpha as well

Make animate color work with RGBA so can animate alpha as well.

new Rectangle(100,100,black.toAlpha(.1)).center().animate({
    color:black
})
1 Like