[NUI] Support LottieAnimationView file load asynchronously
authorEunki, Hong <eunkiki.hong@samsung.com>
Thu, 9 Nov 2023 01:37:38 +0000 (10:37 +0900)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Wed, 15 Nov 2023 08:56:46 +0000 (17:56 +0900)
commit5f709460e116331a41c803a1a5851270717e7e61
tree1e02ac4d2084bb72b18af29049d6b204c7cefa3c
parentb446bc8ef0d91b34212edf659253be5c51437a0a
[NUI] Support LottieAnimationView file load asynchronously

Current LottieAnimationView implement their own ViewCreation logic.

For example, ImageView.ResourceUrl = ~~ didn't change synchronously option.
But LottieAnimationView.ResourceUrl = ~~~ make synchronously option as true hardly.

So, there is no way to make asynchronously load lottie file.

To support it, let we cherry-pick new option of SynchronousLoading.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/LottieAnimationView.cs