I need help in taking right decision. I need to animate a background color of my user control when some event happens. When it is, I want to change the background just for 1
This post helped me. But if it is to change the color back after 1 second like the original question says,
ColorAnimation animation; animation = new ColorAnimation(); animation.AutoReverse =true;