WPF Animation Only Firing Once
问题 I have a small ellipse that I want to flash every time a dependency property gets set to true. Because the property can very quickly go from true back to false in a matter of milliseconds, I need to do this with an animation and not a simple style datatrigger. Basically, I just want the true value to ping an animation on the ellipse. <Ellipse Height="10" Width="10" Stroke="#FFFFFFFF" Margin="5,3,0,0"> <Ellipse.Fill> <SolidColorBrush /> </Ellipse.Fill> <Ellipse.Style> <Style> <Style.Triggers>