Jon2G / MAUI-FlipView

A ContentView with a customizable flip animation for MAUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C# 100.0%