ShareTransitionMaui 1.0.0

dotnet add package ShareTransitionMaui --version 1.0.0                
NuGet\Install-Package ShareTransitionMaui -Version 1.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ShareTransitionMaui" Version="1.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ShareTransitionMaui --version 1.0.0                
#r "nuget: ShareTransitionMaui, 1.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ShareTransitionMaui as a Cake Addin
#addin nuget:?package=ShareTransitionMaui&version=1.0.0

// Install ShareTransitionMaui as a Cake Tool
#tool nuget:?package=ShareTransitionMaui&version=1.0.0                

SHARE TRANSITION MAUI

Custom Navigation with custom animation transition. A .NET MAUI library for easily customizable animations of transitions of pages.

The library consists of one NuGet packages:

NuGet

Sample

To use, mark ClassId="my_square" in shared tags:

<stm:ShareTransition x:Name="pgShareTransition">
            
            <Grid>
                <Label Text="Page 1" />
                <Rectangle ClassId="my_square"
                           Grid.Row="1"
                           Margin="50"
                           VerticalOptions="Center"
                           HorizontalOptions="Start"
                           WidthRequest="40"
                           HeightRequest="40"
                           Fill="#FF00A1" />
            </Grid>
            
            <Grid>
                <Rectangle ClassId="my_square"
                           Fill="#FFE501" />
                <Label Text="Page 2"
                       FontSize="40" />
            </Grid>
        </stm:ShareTransition>

<img src="images/simple.gif" height="400">

|<img src="images/element.gif" height="400">|<img src="images/list.gif" height="400">|<img src="images/card.gif" height="400">|<img src="images/marvel.gif" height="400">|

Product Compatible and additional computed target framework versions.
.NET net8.0-android34.0 is compatible.  net8.0-ios17.5 is compatible.  net8.0-maccatalyst17.5 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 91 10/31/2024