Skip to content

Instantly share code, notes, and snippets.

@Char0394
Created June 22, 2017 04:29
Show Gist options
  • Select an option

  • Save Char0394/f6c4c8a6961cc82949892f842291e9f5 to your computer and use it in GitHub Desktop.

Select an option

Save Char0394/f6c4c8a6961cc82949892f842291e9f5 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:LottieSample"
x:Class="LottieSample.LottieSamplePage"
xmlns:forms="clr-namespace:Lottie.Forms;assembly=Lottie.Forms">
<ContentPage.Content>
<StackLayout VerticalOptions="FillAndExpand" HorizontalOptions="FillAndExpand">
<forms:AnimationView
x:Name="AnimationView"
Animation="video_cam.json"
AutoPlay="True" Loop="true"
VerticalOptions="FillAndExpand"
HorizontalOptions="FillAndExpand" />
</StackLayout>
</ContentPage.Content>
</ContentPage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment