Animating a TextBox.Foreground in WPF
问题 Is there anyway to animate a TextBox.ForegroundProperty ? <Color x:Key="NormalColor">#FF666666</Color> <SolidColorBrush x:Key="NormalBrush" Color="{StaticResource NormalColor}" /> <Color x:Key="MouseOverColor">#FF666666</Color> <SolidColorBrush x:Key="MouseOverBrush" Color="{StaticResource MouseOverColor}" /> <ControlTemplate x:Key="RegularTextBoxTemplate" TargetType="{x:Type TextBox}"> <Grid> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CommonStates"> <VisualStateGroup