Change from normal icon to animated icon

This commit is contained in:
ProtectionFailure 2021-11-19 15:00:56 +09:00 committed by GitHub
commit 00be6ee298
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}"