[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 07:09:04 +0000 (16:09 +0900)
commit52ac1f7657b7d81c5a292165d95794e8d15500e0
tree0be7adf012590d0eff46ff89818755a2ecb33fb5
parentf1f8737bd1753d8f5aff2daa970deb760897e516
[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