|
@@ -15,16 +15,8 @@
|
|
|
<Setter Property="Background" Value="Cyan"/>
|
|
<Setter Property="Background" Value="Cyan"/>
|
|
|
<Setter Property="Child" Value="{StaticResource Acorn}"/>
|
|
<Setter Property="Child" Value="{StaticResource Acorn}"/>
|
|
|
</Style>
|
|
</Style>
|
|
|
- <Style Selector="Border.Rect1">
|
|
|
|
|
- <Setter Property="Transitions">
|
|
|
|
|
- <Transitions>
|
|
|
|
|
- <ColorTransition Property="Background" Duration="0:0:1" />
|
|
|
|
|
- </Transitions>
|
|
|
|
|
- </Setter>
|
|
|
|
|
- </Style>
|
|
|
|
|
<Style Selector="Border.Rect1:pointerover">
|
|
<Style Selector="Border.Rect1:pointerover">
|
|
|
- <Setter Property="Background" Value="Red"/>
|
|
|
|
|
- <Style.Animations>
|
|
|
|
|
|
|
+ <Style.Animations>
|
|
|
<Animation Duration="0:0:2.5" Easing="SineEaseInOut">
|
|
<Animation Duration="0:0:2.5" Easing="SineEaseInOut">
|
|
|
<TransformKeyFrames Property="RotateTransform.Angle">
|
|
<TransformKeyFrames Property="RotateTransform.Angle">
|
|
|
<KeyFrame Cue="0%" Value="0"/>
|
|
<KeyFrame Cue="0%" Value="0"/>
|
|
@@ -88,7 +80,7 @@
|
|
|
<Button Content="{Binding PlayStateText}" Command="{Binding ToggleGlobalPlayState}"/>
|
|
<Button Content="{Binding PlayStateText}" Command="{Binding ToggleGlobalPlayState}"/>
|
|
|
</StackPanel>
|
|
</StackPanel>
|
|
|
<WrapPanel ClipToBounds="False">
|
|
<WrapPanel ClipToBounds="False">
|
|
|
- <Border Classes="Test Rect1">
|
|
|
|
|
|
|
+ <Border Classes="Test Rect2" Background="DarkRed">
|
|
|
<Border.RenderTransform>
|
|
<Border.RenderTransform>
|
|
|
<TransformGroup>
|
|
<TransformGroup>
|
|
|
<RotateTransform/>
|
|
<RotateTransform/>
|