From 564b2039566fbb91cec4ec2bd8559d7d6c96c758 Mon Sep 17 00:00:00 2001 From: Martijn van Dijk Date: Mon, 5 Oct 2020 11:48:20 +0200 Subject: [PATCH] Update README.md --- README.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/README.md b/README.md index a9bef83..096831b 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,56 @@ Or get in touch on Twitter ([gpeal8](https://twitter.com/gpeal8)) or via lottie@ You can build the sample app yourself or download it from the [Play Store](https://play.google.com/store/apps/details?id=com.airbnb.lottie). The sample app includes some built in animations but also allows you to load an animation from internal storage or from a url. +## Using Lottie for Xamarin.Forms + +A normal sample is: + +```c# + +``` + +All possible options are: + +```c# + +``` + ## Using Lottie for Xamarin Android Lottie supports Ice Cream Sandwich (API 14) and above. The simplest way to use it is with LottieAnimationView: