You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+60-3Lines changed: 60 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,18 +13,75 @@ Lottie-Windows consists of 3 related products:
13
13
14
14
This repo also contains source code for **[samples](/LottieViewer)**.
15
15
16
+
## <aname="quickstart"></a> Quick start
17
+
18
+
There are **two** options to integrate Lottie animations into your **WinUI 3** or **UWP** project.
19
+
20
+
**Option #1, using dynamic loader**
21
+
1. Install `CommunityToolkit.WinUI.Lottie` nuget package for WinUI project (or `CommunityToolkit.Uwp.Lottie` for UWP project).
22
+
2. If you are using C# you may also need to install `Microsoft.Graphics.Win2D`**(version 1.0.5 or below)** for WinUI project (or `Win2D.uwp` and `Microsoft.UI.Xaml` for UWP project).
0 commit comments