Skip to content
#

lottie

Here are 495 public repositories matching this topic...

CYLTabBarController

[EN]It is an iOS UI module library for adding animation to iOS tabbar items and icons with Lottie, and adding a bigger center UITabBar Item. [CN]【中国特色 TabBar】一行代码实现 Lottie 动画TabBar,支持中间带+号的TabBar样式,自带红点角标,支持动态刷新。【iOS13 & Dark Mode & iPhone XS MAX supported】

  • Updated Dec 30, 2021
  • Objective-C
fly-qp
fly-qp commented Apr 29, 2022

I created a custom Tween animation for Lottie. In order to do this i had to load it manually and provide a RawLottie in an AnimationBuilder. It worked fine with normal Lottie.json BUT when using a lottie file which contains images it just wont show up when loading with LottieComposition.fromByteData.

In order to fix this you need to use AssetLottei('assets/xyz.json').load() Otherwise images w

documentation help wanted good first issue

Improve this page

Add a description, image, and links to the lottie topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lottie topic, visit your repo's landing page and select "manage topics."

Learn more