1
0
Форкнуть 0
xamarin-forms-page-transitions/README.md

47 строки
1.3 KiB
Markdown

# Xamarin.Forms Page Transitions
Custom page **transitions** in a Xamarin.Forms App.
<img src="images/transitionnavigationpage-android.png" Width="210" /> <img src="images/transitionnavigationpage-ios.png" Width="210" />
## Transitions
### Fade
<img src="images/fade-android.gif" Width="210" /> <img src="images/fade-ios.gif" Width="210" />
### Flip
<img src="images/flip-android.gif" Width="210" /> <img src="images/flip-ios.gif" Width="210" />
### Scale
<img src="images/scale-android.gif" Width="210" /> <img src="images/scale-ios.gif" Width="210" />
### Slide from left
<img src="images/slide-left-android.gif" Width="210" /> <img src="images/slide-left-ios.gif" Width="210" />
### Slide from right
<img src="images/slide-right-android.gif" Width="210" /> <img src="images/slide-right-ios.gif" Width="210" />
### Slide from top
<img src="images/slide-top-android.gif" Width="210" /> <img src="images/slide-top-ios.gif" Width="210" />
### Slide from bottom
<img src="images/slide-bottom-android.gif" Width="210" /> <img src="images/slide-bottom-ios.gif" Width="210" />
## Setup
Download or clone the repository. There are different solutions.
Rebuild the selected solution to get all neccesary NuGet packages.
**Enjoy!**
## Copyright and license
Code released under the [MIT license](https://opensource.org/licenses/MIT).