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: docs/animations/lottie-scenarios/getting_started_json.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ You probably have a JSON file that was exported from [Adobe AfterEffects](https:
19
19
Modify your Page.xaml to include the namespace:
20
20
21
21
```xaml
22
-
xmlns:controls="using:Microsoft.UI.Xaml.Controls"
22
+
xmlns:muxc="using:Microsoft.UI.Xaml.Controls"
23
23
```
24
24
25
25
3. Install the latest [Microsoft.Toolkit.Uwp.UI.Lottie nuget package](https://www.nuget.org/packages/Microsoft.Toolkit.Uwp.UI.Lottie/) by following steps similar to those listed above. Modify your Page.xaml to include the namespace:
@@ -37,12 +37,12 @@ You probably have a JSON file that was exported from [Adobe AfterEffects](https:
37
37
5. Instantiate the [AnimatedVisualPlayer](https://docs.microsoft.com/en-us/uwp/api/microsoft.ui.xaml.controls.animatedvisualplayer) element and configure the [LottieVisualSource](https://docs.microsoft.com/dotnet/api/microsoft.toolkit.uwp.ui.lottie.lottievisualsource) to be consumed:
0 commit comments