File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
CompactGUI/Views/Components Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 88 Height =" 40"
99 VerticalAlignment =" Bottom" HorizontalContentAlignment =" Center"
1010 d : DataContext =" {d:DesignInstance Type=local:MainViewModel}"
11- d : DesignHeight =" 40" d : DesignWidth =" 500" d : Opacity =" 1 " Background = " #304257 " Opacity =" 0 "
11+ d : DesignHeight =" 40" d : DesignWidth =" 500" d : Opacity =" 0.5 " Opacity =" 1 "
1212 mc : Ignorable =" d" >
13+ <UserControl .Background>
14+ <SolidColorBrush x : Name =" BGBrushNavBar" Color =" #304257" />
15+ </UserControl .Background>
1316
1417 <StackPanel ClipToBounds =" True" Orientation =" Horizontal" >
15- <StackPanel .Effect>
16- <DropShadowEffect BlurRadius =" 9" Direction =" 90" Opacity =" 0.4" />
17- </StackPanel .Effect>
18+
1819
1920 <ui : AppBarButton Width =" 100"
2021 Margin =" 0,0,0,0"
4950 <EventTrigger RoutedEvent =" MouseEnter" >
5051 <BeginStoryboard >
5152 <Storyboard >
52- <DoubleAnimation Storyboard.TargetProperty=" Opacity" To =" 0.8 " Duration =" 0:0:0.1 " />
53+ <DoubleAnimation Storyboard.TargetProperty=" (Brush. Opacity) " Storyboard.TargetName= " BGBrushNavBar " To =" 0.3 " Duration =" 0:0:0.2 " />
5354 </Storyboard >
5455 </BeginStoryboard >
5556 </EventTrigger >
5657 <EventTrigger RoutedEvent =" MouseLeave" >
5758 <BeginStoryboard >
5859 <Storyboard >
59- <DoubleAnimation Storyboard.TargetProperty=" Opacity" To =" 0" Duration =" 0:0:0.8 " />
60+ <DoubleAnimation Storyboard.TargetProperty=" (Brush. Opacity) " Storyboard.TargetName= " BGBrushNavBar " To =" 0.8 " Duration =" 0:0:0.2 " />
6061 </Storyboard >
6162 </BeginStoryboard >
6263 </EventTrigger >
You can’t perform that action at this time.
0 commit comments