Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# UWP-Animated-SplashScreen

##Sample
![Splash Screen Animation] (https://github.com/XamlBrewer/UWP-Animated-SplashScreen/blob/master/AnimatedSplashScreen.gif)
## Sample
![Splash Screen Animation](https://github.com/XamlBrewer/UWP-Animated-SplashScreen/blob/master/AnimatedSplashScreen.gif)

##NuGet
## NuGet
To install SplashScreen animation for UWP, run the following command in the Package Manager Console

PM> `Install-Package XamlBrewer.Uwp.AnimatedSplashScreen`

##Usage
## Usage
Add the following statement on top of your _App.xaml.cs_ file:
```cs
using XamlBrewer.Uwp.Controls;
Expand All @@ -26,5 +26,5 @@ if (rootFrame.Content == null)

Use one of the overloads to provide a specific image, and/or background color.

##Credits
## Credits
The original code was written by the Composition Team as part of the [Windows UI Dev Labs](https://github.com/Microsoft/WindowsUIDevLabs). I just simplified it, made it a bit more generic and reusable, and packaged it.