WPF Animation Duration
        Posted  
        
            by Allen Ho
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Allen Ho
        
        
        
        Published on 2010-03-12T06:51:46Z
        Indexed on 
            2010/03/12
            6:57 UTC
        
        
        Read the original article
        Hit count: 453
        
wpf
|storyboard
I have a storyboard like the following
Duration="0:0:1" Completed="DeviceExplorer_Completed">
The animation for some reason does not appear to be working linearly. If I change the duration to something like Duration="0:0:0.8"
and assign the stroyboard to a MouseEnter event of a button, the animation moves but does not complete for some reason, I move my mouse over the button a few times before it enetually completes...
Any ideas why?
© Stack Overflow or respective owner