Questions tagged [lottie]

Questions regarding Airbnb's Lottie, a library for rendering After Effects animations in real-time. Use this tag for questions regarding implementations using the Android, iOS, or React-based branches of Lottie.

Lottie allows adding animation to any native app.

Lottie is an iOS, Android, and React Native library that renders After Effects animations in real time, allowing apps to use animations as easily as they use static images.

Site: https://airbnb.design/lottie/

836 questions
0
votes
0 answers

Do Lottie animations only display shapes, not images?

I am trying to port my aftereffects animation exported to json with bodymovin plugin to React native. I am using Lottie https://airbnb.design/lottie/ My problem is while bodymovin spits out an images folder with the images used in animation AND the…
blue
  • 7,175
  • 16
  • 81
  • 179
-1
votes
0 answers

The xcode have error 'Invalid redeclaration of 'tap'' when I want the AnimatedButton in Lottie support RxSwift

The AnimatedButton is inherited AnimatedControl which inherited UIControl, and tap only in UIButton, UIBarButtonItem, NSButton.I can't understand why the tap in redeclaration when I use the extension with where, and if I not add the tap, the xcode…
Terriermon
  • 71
  • 6
-1
votes
1 answer

Display lottie animation in iOS WidgetKit

I want to show lottie animation in iOS WidgetKit. I use this project https://github.com/airbnb/lottie-ios. It works well in APP. But same code not work in WidgetKit. The code in APP is as bellow, which works well in APP: struct widgetTestyView :…
mars
  • 109
  • 5
  • 21
-1
votes
2 answers

LottieAnimationView was not found in the UIManager - React Native

I'm trying to implement Lottie React Native into my app, but I've been having some issues. I followed the directions to install from: https://github.com/lottie-react-native/lottie-react-native I've imported AnimatedLottieView and included it in my…
Ever Nolasco
  • 27
  • 1
  • 8
-1
votes
1 answer

WPF webbrowser play lottie animations?

Using .net framework 4.7, in a WPF application using the WebBrowser control, does this support displaying Lottie animations?
EOAsus
  • 9
  • 2
-1
votes
1 answer

FAILURE: Build failed with an exception. Could not find com.airbnb.android:lottie:5.1.4 for rn0.70.6

FAILURE: Build failed with an exception. What went wrong: Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'. Could not find…
-1
votes
1 answer

Animation JSON file does not import from direct public

I need help... I imported an animation in JSON format (from After Effects) into a ReactJs project. (I'm using nextJs and lottie) but the animation doesn't run when I import it in the public folder, but if I put it in src it runs, but it's only…
-1
votes
1 answer

Is it possible to use Lottie for emails?

I am not a programmer, I am a graphic designer. I have designed a banner for an email animated in after effects. I would like to find a solution for not heavy animation on email. I have researched that Lottie could be good for file size the problem…
-1
votes
1 answer

How to create my own Lottie animations in Android

I want to create my own Lottie animations but don't know from where to start. Please guide me for this. I am creating animated gifts and entries for my live streaming app and for that I need to create my own Lottie animations
-1
votes
1 answer

Set Lottie to "cover" on web player

I'm trying to create a background animation that uses a lottie that will behave like an image set to "cover" - i.e. it will crop the image as the page is resized so that it remains 100% of the height of the…
-1
votes
1 answer

LottieAlertDialog DialogTypes.TYPE_CUSTOM cannot resolved

error: com.labters.lottiealertdialoglibrary.DialogTypes cannot resolve TYPE_CUSTOM how to produce error configure settings.gradle (adding maven { url "https://jitpack.io" }) adding maven { url "https://jitpack.io" } to top-level…
Hadisyah
  • 34
  • 4
-1
votes
1 answer

How to use a Lottie animation as the splash screen in Android?

I'm sorry I need to keep asking this as I'm not getting any answers. In Android Studio you can set a drawable as the splash screen like so: splash_screen.xml in the drawable folder:
user15603244
-1
votes
2 answers

Lottie 3.0+ animation in Objective C

I don't understand how to use the Lottie 3+ Swift framework in my Objective C project (Currently I'm using 2.5.3 - this version basically designed for Objective C, but I need latest version, which is designed in Swift)? Actually I need a tutorial to…
Sk Borhan Uddin
  • 813
  • 1
  • 9
  • 19
-1
votes
2 answers

Xamarin forms splash screen with lottie animation

Is it possible to have a lottie animation when the splash screen is launched? any examples out there on xamarin? thanks
developer9969
  • 4,628
  • 6
  • 40
  • 88
-1
votes
1 answer

Android lottie animation not animating correctly

My animation works fine in the lottie preview as shown: https://www.lottiefiles.com/share/6khKu9 However, when i run it on my android device it shows like the following: https://gyazo.com/c757844fd29a51189413e3c059745119 I have created a simple…
1 2 3
55
56