I managed to find out how to make a WPF animation - transition between two colors.
It\'s called ColorAnimation and works well.
ColorAnimation animati
You can animate the color of the brush if you have a template style in which you give the fill brush a name, like so:
As taken from MSDN