SDWebImage / SDWebImageLottiePlugin

SDWebImage integration with Lottie Animation using remote JSON files
MIT License
19 stars 10 forks source link

Now it's time to move to Lottie 3.4, which solve the performance issue #7

Closed dreampiggy closed 2 years ago

dreampiggy commented 2 years ago

Pick back the code, and implements the bitmap frame extract using the new API (That LottieCompositionLayer)

And during the development, I found a bad design that SDAnimatedImageView.sd_setImage(with:) hardcode the .animatedImageClass to SDAnimatedImage.self. It's not easy to use.

This will be fixed in SDWebImage v5.13.1 as well.

dreampiggy commented 2 years ago

LGTM now. Have no time to fix the GitHub Action CI, just test locally