Monday 15 March 2010

xaml - How can I fade in and out three times, in WPF? -


I want to fade out WPF three times and here is my source:

  & Lt; Image height = "274" horizontal alignment = "left" margin = "307,6,0,0" name = "image1" stretch = "fill" vertical alignment = "top" width = "469" source = "/ MacTest; component / IPhone_20.jpg "& gt; & Lt; Image.Triggers & gt; & Lt; Event Trigger Routing Avent = "Window Loaded" & gt; & Lt; BeginStoryboard & gt; & Lt; Storyboard & gt; & Lt; Double animation storyboard TargetName = "image2" storyboard. TargetProperty = "Opacity" from = "0" = "1" = "0: 0: 1" Beginners = "0: 0: 0" AutoRowers = "True" RepeatBehavior = "Forever" /> & Lt; Double animation storyboard TargetName = "image3" storyboard. TargetProperty = "Opacity" = "0" from "1" = "0" period = "0: 0: 1" beginning = "0: 0: 0" AutoRover = "true" RepeatBehavior = "forever" /> & Lt; / Storyboard & gt; & Lt; / BeginStoryboard & gt; & Lt; / EventTrigger & gt; & Lt; /Image.Triggers> & Lt; / Image & gt; & Lt; Image height = "274" horizontal alignment = "left" margin = "307,6,0,0" name = "image2" section = "fill" vertical alignment = "top" width = "463" source = "/ create" component / IPhone_3.jpg "/> & Lt; Image height = "274" horizontal alignment = "left" margin = "307,6,0,0" name = "picture3" section = "fill" vertical alignment = "top" width = "463" source = "/ createOutest; Component / i ?? ¼ì ?? ± 8-02.jpg "/>   

I want to paint three pictures out and how can I do this?

  & lt; Double animation storyboard Target name = "image2" from the storyboard TargetProperty = "Opacity" from = "0" = "1" period = "0: 0: 1" Beginners = "0: 0: 0" AutoRowers = "True" - & gt; RepeatBehavior = "3x" /> & Lt; -    

No comments:

Post a Comment