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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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:
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 | Versions 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.
-
net8.0-android34.0
- Microsoft.Maui.Controls (>= 8.0.72)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.72)
-
net8.0-ios17.5
- Microsoft.Maui.Controls (>= 8.0.72)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.72)
-
net8.0-maccatalyst17.5
- Microsoft.Maui.Controls (>= 8.0.72)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.72)
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 |