Skip to content

Documentation#15

Merged
pictos merged 5 commits intomainfrom
docs
May 30, 2025
Merged

Documentation#15
pictos merged 5 commits intomainfrom
docs

Conversation

@pictos
Copy link
Owner

@pictos pictos commented May 30, 2025

Updated NavigationTrans.cs with detailed XML documentation for methods and properties related to navigation transitions in .NET MAUI. Added new attached properties for transition durations and types, along with methods to get and set these properties. Documented custom transition methods for Android and iOS, and introduced a new method, GetTransitions, to retrieve custom animation transitions.

Enhanced README.md with a new section on basic usage, including examples for applying transitions in XAML and C#. Added a list of available built-in transitions and instructions for creating custom animations for both Android and iOS.

Add navigation transitions and update documentation

  • Enhanced NavigationTrans.cs with new attached properties and methods for configuring navigation transitions in .NET MAUI, including duration and transition types for Android and iOS.
  • Updated PJ.NavigationTrans.Maui.csproj to include a README file in the package and adjusted project settings for consistency.
  • Improved README.md with detailed usage instructions and examples for applying transitions in XAML and C#.

Updated `NavigationTrans.cs` with detailed XML documentation for methods and properties related to navigation transitions in .NET MAUI. Added new attached properties for transition durations and types, along with methods to get and set these properties. Documented custom transition methods for Android and iOS, and introduced a new method, `GetTransitions`, to retrieve custom animation transitions.

Enhanced `README.md` with a new section on basic usage, including examples for applying transitions in XAML and C#. Added a list of available built-in transitions and instructions for creating custom animations for both Android and iOS.

Add navigation transitions and update documentation

- Enhanced `NavigationTrans.cs` with new attached properties and methods for configuring navigation transitions in .NET MAUI, including duration and transition types for Android and iOS.
- Updated `PJ.NavigationTrans.Maui.csproj` to include a README file in the package and adjusted project settings for consistency.
- Improved `README.md` with detailed usage instructions and examples for applying transitions in XAML and C#.
Copilot AI review requested due to automatic review settings May 30, 2025 00:56
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR improves the documentation and usage examples for configuring navigation transitions in .NET MAUI while adding new attached properties and methods for custom Android and iOS transitions.

  • Enhanced NavigationTrans.cs with detailed XML documentation and new methods for setting platform-specific transitions.
  • Updated README.md with basic usage examples in both XAML and C#, and listed built-in transitions along with custom animation instructions.
  • Adjusted PJ.NavigationTrans.Maui.csproj to include the README file and update project settings for consistency.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
README.md Added a new "Basic Usage" section with code examples for XAML and C#.
PJ.NavigationTrans.Maui/PJ.NavigationTrans.Maui.csproj Updated project configuration to include README.md and fixed a spelling mistake.
PJ.NavigationTrans.Maui/NavigationTrans.cs Updated XML documentation for attached properties/methods and added new transition methods.
Comments suppressed due to low confidence (1)

PJ.NavigationTrans.Maui/PJ.NavigationTrans.Maui.csproj:21

  • There's a typo in 'animatinos'; it should be 'animations'.
<Description>This project allows you to use custom animatinos during navigation in .NET MAUI</Description>

pictos and others added 4 commits May 29, 2025 22:01
@pictos pictos merged commit e04f287 into main May 30, 2025
2 checks passed
@pictos pictos deleted the docs branch May 30, 2025 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant