lottie Questions

4

Solved

Whether the view I'm creating is a LOTAnimatedSwitch or View, the image of the animation always appears very small. The lottie animation doesn't take up the size of the view that I create. Is this ...
Dancer asked 4/7, 2018 at 15:34

1

I want to add a Lottie animation as a splash screen in a Flutter Android app. I would like it to start before Flutter draws its first frame, so I'm thinking about doing it natively. I found two exa...
Richers asked 25/3, 2022 at 4:39

3

Solved

I have a fragment, here is the onCreateView method: @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { // Inflate the layout for this f...
Caton asked 12/9, 2017 at 15:56

3

Solved

I have an app with lots of Lottie animations. They work fine in a Windows UWP app and AirBnB sample Android app. Also look fine in lottiefiles.com online test tool. But they are glitchy in Flutter ...
Billposter asked 31/10, 2021 at 20:20

4

Solved

I'm using React Native Lottie Wrapper to show animation on screen. I need a functionality to play/pause/resume animation. Here is my a part of my code: ... constructor(props) { super(props); ...
Nisa asked 4/4, 2018 at 21:23

1

I'm migrating to Android 12 and the API has introduced a system splash screen. I want to show a Lottie animation in the splash screen how can I achieve this with the splash screen API recommended b...
Epidemic asked 15/11, 2021 at 20:54

4

Solved

I have an After Effects animation, super simple, of a square moving around (AE shape). I export the animation as a .json using Bodymovin, and add the json file using Lottie in my project. So far, s...
Levin asked 4/2, 2019 at 11:31

1

macOS Mojave After Effects 17.0.2 (CC 2020) newest Versions of Chrome/FF/Safari and Lottie/Bodymovin When scaling a svg-animation in Safari (transform: scale(>1)), it will be rendered extremely pi...
Quinate asked 17/2, 2020 at 8:50

0

I need to make an animation with voice acting for 10-15 minutes. As far as I know, lottie and rive do not support audio in their animations. Is it a good solution to run the audio track in parallel...
Noellenoellyn asked 25/9, 2021 at 8:43

4

Solved

I have two separate questions in order to achieve the goal stated in the title. The first question is: what's the visibility state of a com.airbnb.lottie.LottieAnimationView by default in the XML?...
Assam asked 7/8, 2019 at 9:47

4

Why doesn't AnimationViewRenderer exist in the context error when trying to add Lottie animation in Xamarin forms Android project's MainActivity.cs? I am using Visual Studio 2017.
Outbreed asked 29/6, 2018 at 10:39

3

Solved

I have a react native app that when Run from XCode it works as expected (builds and runs on a simulator). But when I try run it from my terminal with npx react-native run-ios I get the error: erro...
Ethnography asked 15/6, 2021 at 8:7

4

I have to use lottie animation for splash screen in android. I have used match parent for width and height. But it is showing me some padding at the edges of the screen as in the attached image. If...
Maiden asked 6/9, 2020 at 5:27

1

Hi I want my Flutter App to have a fullscreen StartUp Animation. I use Lottie to display the animation, however I can't get the framing and fit right. I want the Animation to fit the whole screen. ...
Sharpie asked 19/4, 2021 at 8:19

3

I am using Glide to load images to my activity (inside a recycler view) and I want to use a Lottie loading animation file as a place holder. so this is my glide code: Glide.with(mContext) .load(PA...
Nordau asked 16/1, 2020 at 22:29

4

Solved

I want to check Lottie lib for both iOS and Android today, I made a simple indicator animation in after effect and export it to .json file and it just works on iOS. When I test the same file on And...
Rosinarosinante asked 31/3, 2017 at 13:51

2

Solved

I'm using random Lottie animation in my android app. I need to know the total number of frames used in the Lottie animation. depending upon the total frames, I want to loop the animation from 1st f...
Incommunicative asked 24/9, 2020 at 6:35

2

Solved

I want to add a Lottie animation for a splash screen before any content launches in my Flutter app. The plugins I've checked out don't completely support all features of the animations yet or don't...
Utrecht asked 26/3, 2019 at 1:23

2

Solved

Im using Lottie animation in my app and im trying to keep the animation running in the background when i exit the app and open it again (not force close) .. I was able to do so successfully, but ...
Erv asked 23/10, 2019 at 7:18

1

I've got a AnimationView defined in AirBnb's Lottie Framework which should load a file placed inside my Resource folder inside my Xamarin.Forms Project (the portable one) <forms:AnimationView ...
Prepuce asked 14/11, 2018 at 19:14

3

I want to detect low performance device in runtime in react native to disable complex lottie animation. I consider for use device model from react-native-device-info, but I should have a list of he...
Amortization asked 11/7, 2018 at 13:46

2

Solved

I know how to export Rive (Flare) files to use in Flutter apps but how can I import Adobe After Effects files to Rive? I know it is possible to do with Lottie but I am unable to figure out how to...
Pony asked 19/12, 2019 at 7:23

4

I'm currently playing around with the AirBnB's Lottie library for Android, and I'm having issues with LottieAnimationView Z ordering. Regardless of whether I place the LottieAnimationView at the to...
Craig asked 11/10, 2017 at 17:3

3

Solved

The slider and shuffle lottie animations are supposed to run from 0 to 100 and then back to 0 when toggled; like the box animation. However you can see that the slider animation disappears in the f...
Clemmy asked 8/6, 2020 at 4:20

1

Solved

I have successfully implemented Lottie into my program by giving it its own view. Although once called, the animation only plays once. How would I make it so the animation loops? LottieView (View w...
Felecia asked 25/6, 2020 at 21:20

© 2022 - 2024 — McMap. All rights reserved.