I am new to WPF and have a View Model with a DateTime property. I have already implemented INotifyPropertyChanged and automatically update my view with the properties contained in the view model. I want to associate the DateTime property with a simple animation. How to cause animation when changing DateTime value?
source share