File tree Expand file tree Collapse file tree
src/WPFDevelopers.Shared/Themes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 <ControlTemplate .Resources>
2525 <Storyboard x : Key =" Storyboard_Close" DesiredFrameRate =" 30" >
2626 <DoubleAnimation
27- Storyboard.TargetName=" PART_SmallPanel "
27+ Storyboard.TargetName=" PART_Grid "
2828 Storyboard.TargetProperty=" (UIElement.RenderTransform).(ScaleTransform.ScaleY)"
2929 From =" 1"
3030 To =" 0"
3838 </Storyboard >
3939 <Storyboard x : Key =" Storyboard_Loaded" DesiredFrameRate =" 30" >
4040 <DoubleAnimation
41- Storyboard.TargetName=" PART_SmallPanel "
41+ Storyboard.TargetName=" PART_Grid "
4242 Storyboard.TargetProperty=" (UIElement.RenderTransform).(ScaleTransform.ScaleY)"
4343 From =" 0"
4444 To =" 1"
4545 Duration =" 0:0:0.2" />
4646 <DoubleAnimation
47- Storyboard.TargetName=" PART_SmallPanel "
47+ Storyboard.TargetName=" PART_Grid "
4848 Storyboard.TargetProperty=" Opacity"
4949 From =" .1"
5050 To =" 1"
5151 Duration =" 0:0:0.2" />
5252 <DoubleAnimation
5353 BeginTime =" 0:0:10"
54- Storyboard.TargetName=" PART_SmallPanel "
54+ Storyboard.TargetName=" PART_Grid "
5555 Storyboard.TargetProperty=" (UIElement.RenderTransform).(ScaleTransform.ScaleY)"
5656 From =" 1"
5757 To =" 0"
7171 </Storyboard >
7272 </ControlTemplate .Resources>
7373 <Grid
74- x : Name =" PART_SmallPanel "
74+ x : Name =" PART_Grid "
7575 CacheMode =" BitmapCache"
7676 RenderTransformOrigin =" .5,0" >
7777 <Grid .RenderTransform>
You can’t perform that action at this time.
0 commit comments