본문 바로가기
프로그래밍/App 개발

[Xamarin] Lottie (xaml)

by 엽기토기 2021. 5. 27.
반응형
 <lottie:AnimationView
            x:Name="hooray"
            Margin="0"
            Animation="resource://Resources.Jsons.hooray.json?assembly=DreamforaV2"
            AnimationSource="EmbeddedResource"
            AutoPlay="False"
            HorizontalOptions="Fill"
            InputTransparent="True"
            IsVisible="False"
            OnFinishedAnimation="OnHoorayAnimationFinished"
            RotationY="180"
            VerticalOptions="Fill" />

 

중요

 Animation="resource://Resources.Jsons.hooray.json?assembly=DreamforaV2"

AnimationSource="EmbeddedResource"

 

반응형