Skip to content

A ContentView with a customizable flip animation for MAUI

License

Notifications You must be signed in to change notification settings

Jon2G/MAUI-FlipView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlipView for MAUI

A ContentView with a customizable flip animation.

NuGet version (FlipView-MAUI)

Sample

Usage:

<flipView:FlipContentView IsFlipped="False">
                    <Image
                    Source="dotnet_bot.png"
                    HeightRequest="100"
                    Aspect="AspectFit"
                    SemanticProperties.Description="dot net bot in a race car number eight" />
                    <flipView:FlipContentView.BackView>
                        <Image
                        Source="dotnet_bot2.png"
                        HeightRequest="100"
                        Aspect="AspectFit" RotationY="180"
                        SemanticProperties.Description="dot net bot in a race car number eight" />
                    </flipView:FlipContentView.BackView>
                </flipView:FlipContentView>

Insipired by Expander Control and https://github.com/devcrux/Flip-Animation-in-Xamarin.Forms

About

A ContentView with a customizable flip animation for MAUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages