Suppot the ElottieSharp (#189)
author유리나/Common Platform Lab(SR)/Staff Engineer/삼성전자 <rina6350.you@samsung.com>
Mon, 6 Apr 2020 09:17:50 +0000 (18:17 +0900)
committer안주원/Common Platform Lab(SR)/Principal Engineer/삼성전자 <juwon.ahn@samsung.com>
Mon, 6 Apr 2020 09:17:50 +0000 (18:17 +0900)
commit2f86c6556ea8811da12e18aaa352b1e1da6b2a6c
tree8a599dbe37f0a966a25eb4c44df0706c386839d4
parente9eb4ce9e7aeaa35893de52c283c76c8fb47a88d
Suppot the ElottieSharp (#189)

* Suppot the ElottieSharp

* Add the ElottieFormsGallery

* change the path of lib
35 files changed:
LICENSE.Apache [new file with mode: 0644]
XSF.sln
packaging/xsf.spec
src/XSF/ElottieSharp.Forms/AnimationInitializedEventArgs.cs [new file with mode: 0644]
src/XSF/ElottieSharp.Forms/ElottieAnimationView.cs [new file with mode: 0644]
src/XSF/ElottieSharp.Forms/ElottieAnimationViewRenderer.cs [new file with mode: 0644]
src/XSF/ElottieSharp.Forms/FrameEventArgs.cs [new file with mode: 0644]
src/XSF/ElottieSharp.Forms/IAnimationViewController.cs [new file with mode: 0644]
src/XSF/ElottieSharp.Forms/PlayRequestedEventArgs.cs [new file with mode: 0644]
src/XSF/ElottieSharp.Forms/SeekRequestedEventArgs.cs [new file with mode: 0644]
src/XSF/ElottieSharp/FrameEventArgs.cs [new file with mode: 0644]
src/XSF/ElottieSharp/Interop/Interop.cs [new file with mode: 0644]
src/XSF/ElottieSharp/LottieAnimationView.cs [new file with mode: 0644]
src/XSF/ElottieSharp/NativePlayerDelegator.cs [new file with mode: 0644]
src/XSF/XSF.csproj
test/ElottieFormsGallery/ElottieFormsGallery.Tizen/ElottieFormsGallery.Tizen.cs [new file with mode: 0644]
test/ElottieFormsGallery/ElottieFormsGallery.Tizen/ElottieFormsGallery.Tizen.csproj [new file with mode: 0644]
test/ElottieFormsGallery/ElottieFormsGallery.Tizen/res/a_mountain.json [new file with mode: 0644]
test/ElottieFormsGallery/ElottieFormsGallery.Tizen/res/cooking.json [new file with mode: 0644]
test/ElottieFormsGallery/ElottieFormsGallery.Tizen/res/done.json [new file with mode: 0644]
test/ElottieFormsGallery/ElottieFormsGallery.Tizen/res/emoji_wink.json [new file with mode: 0644]
test/ElottieFormsGallery/ElottieFormsGallery.Tizen/res/fingerprint_success.json [new file with mode: 0644]
test/ElottieFormsGallery/ElottieFormsGallery.Tizen/res/heart.json [new file with mode: 0644]
test/ElottieFormsGallery/ElottieFormsGallery.Tizen/res/icon_animation.json [new file with mode: 0644]
test/ElottieFormsGallery/ElottieFormsGallery.Tizen/res/like.json [new file with mode: 0644]
test/ElottieFormsGallery/ElottieFormsGallery.Tizen/res/loading.json [new file with mode: 0644]
test/ElottieFormsGallery/ElottieFormsGallery.Tizen/res/maps.json [new file with mode: 0644]
test/ElottieFormsGallery/ElottieFormsGallery.Tizen/shared/res/ElottieFormsGallery.Tizen.png [new file with mode: 0644]
test/ElottieFormsGallery/ElottieFormsGallery.Tizen/tizen-manifest.xml [new file with mode: 0644]
test/ElottieFormsGallery/ElottieFormsGallery/App.cs [new file with mode: 0644]
test/ElottieFormsGallery/ElottieFormsGallery/ElottieFormsGallery.csproj [new file with mode: 0644]
test/ElottieFormsGallery/ElottieFormsGallery/LottieDataModel.cs [new file with mode: 0644]
test/ElottieFormsGallery/ElottieFormsGallery/MainPage.xaml [new file with mode: 0644]
test/ElottieFormsGallery/ElottieFormsGallery/MainPage.xaml.cs [new file with mode: 0644]
test/ElottieFormsGallery/ElottieFormsGallery/MainPageCS.cs [new file with mode: 0644]