mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Change from normal icon to animated icon
This commit is contained in:
parent
d428a768e0
commit
00be6ee298
1 changed files with 10 additions and 2 deletions
|
@ -89,8 +89,16 @@
|
|||
Padding="2,0,0,0"
|
||||
Style="{StaticResource SquareIconButtonStyle}"
|
||||
FontSize="12"
|
||||
Click="BackButton_Click"
|
||||
Content=""/>
|
||||
Click="BackButton_Click">
|
||||
<muxc:AnimatedIcon x:Name='BackAnimatedIcon'>
|
||||
<muxc:AnimatedIcon.Source>
|
||||
<animatedvisuals:AnimatedBackVisualSource/>
|
||||
</muxc:AnimatedIcon.Source>
|
||||
<muxc:AnimatedIcon.FallbackIconSource>
|
||||
<muxc:SymbolIconSource Symbol='Back'/>
|
||||
</muxc:AnimatedIcon.FallbackIconSource>
|
||||
</muxc:AnimatedIcon>
|
||||
</Button>
|
||||
|
||||
<Grid Grid.Row="1"
|
||||
Height="{StaticResource HamburgerHeight}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue