Advertisement
Guest User

Example Storyboard

a guest
Nov 7th, 2011
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.29 KB | None | 0 0
  1. <Storyboard x:Key="uiStoryboardTile" AutoReverse="True" RepeatBehavior="Forever">
  2.     <ColorAnimationUsingKeyFrames
  3.         Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)">
  4.         <EasingColorKeyFrame KeyTime="0:0:5" Value="Transparent" />
  5.     </ColorAnimationUsingKeyFrames>
  6. </Storyboard>
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement