I have a simple question about color fade.
I want to have that the one color blends into another color in durtation. If I use the kineticjs you can use: .transitionTo(). You can set a duration and he will do the action in the duration given.
Sadly it works only for opacity and movement. Color will still be put instantly instead of blending over time. How can I have still a fade-in with two colors?
