|
@@ -1336,14 +1336,20 @@
|
|
|
<VisualTransition To="LP1">
|
|
|
<Storyboard FillBehavior="HoldEnd">
|
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetName="robotRotateAct" Storyboard.TargetProperty="Angle">
|
|
|
- <LinearDoubleKeyFrame Value="0" KeyTime="0:0:0.5"/>
|
|
|
+ <LinearDoubleKeyFrame Value="30" KeyTime="0:0:0.5"/>
|
|
|
+ </DoubleAnimationUsingKeyFrames>
|
|
|
+ <DoubleAnimationUsingKeyFrames Storyboard.TargetName="robotRightLeftAct" Storyboard.TargetProperty="X">
|
|
|
+ <LinearDoubleKeyFrame Value="-50" KeyTime="0:0:0.5"/>
|
|
|
</DoubleAnimationUsingKeyFrames>
|
|
|
</Storyboard>
|
|
|
</VisualTransition>
|
|
|
<VisualTransition To="LP2">
|
|
|
<Storyboard FillBehavior="HoldEnd">
|
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetName="robotRotateAct" Storyboard.TargetProperty="Angle">
|
|
|
- <LinearDoubleKeyFrame Value="0" KeyTime="0:0:0.5"/>
|
|
|
+ <LinearDoubleKeyFrame Value="-10" KeyTime="0:0:0.5"/>
|
|
|
+ </DoubleAnimationUsingKeyFrames>
|
|
|
+ <DoubleAnimationUsingKeyFrames Storyboard.TargetName="robotRightLeftAct" Storyboard.TargetProperty="X">
|
|
|
+ <LinearDoubleKeyFrame Value="-30" KeyTime="0:0:0.5"/>
|
|
|
</DoubleAnimationUsingKeyFrames>
|
|
|
</Storyboard>
|
|
|
</VisualTransition>
|
|
@@ -1475,16 +1481,21 @@
|
|
|
<VisualState Name="LP1">
|
|
|
<Storyboard FillBehavior="HoldEnd">
|
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetName="robotRotateAct" Storyboard.TargetProperty="Angle">
|
|
|
- <LinearDoubleKeyFrame Value="0" KeyTime="0:0:0"/>
|
|
|
+ <LinearDoubleKeyFrame Value="30" KeyTime="0:0:0"/>
|
|
|
+ </DoubleAnimationUsingKeyFrames>
|
|
|
+ <DoubleAnimationUsingKeyFrames Storyboard.TargetName="robotRightLeftAct" Storyboard.TargetProperty="X">
|
|
|
+ <LinearDoubleKeyFrame Value="-50" KeyTime="0:0:0"/>
|
|
|
</DoubleAnimationUsingKeyFrames>
|
|
|
</Storyboard>
|
|
|
</VisualState>
|
|
|
<VisualState Name="LP2">
|
|
|
<Storyboard FillBehavior="HoldEnd">
|
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetName="robotRotateAct" Storyboard.TargetProperty="Angle">
|
|
|
- <LinearDoubleKeyFrame Value="0" KeyTime="0:0:0"/>
|
|
|
+ <LinearDoubleKeyFrame Value="-10" KeyTime="0:0:0"/>
|
|
|
+ </DoubleAnimationUsingKeyFrames>
|
|
|
+ <DoubleAnimationUsingKeyFrames Storyboard.TargetName="robotRightLeftAct" Storyboard.TargetProperty="X">
|
|
|
+ <LinearDoubleKeyFrame Value="-30" KeyTime="0:0:0"/>
|
|
|
</DoubleAnimationUsingKeyFrames>
|
|
|
-
|
|
|
</Storyboard>
|
|
|
</VisualState>
|
|
|
<VisualState Name="Aligner1">
|