lottie Questions
2
I want to animate the Lottie file in the flutter app.
I tried searching every corner of the internet and failed to find any info on it.
I found out that there is a flutter package "flutter_lottie....
1
Is it possible to load a Lottie animation in the layout of my splash screen?
Currently my splash screen layout is as such:
background.xml
<layer-list xmlns:android="http://schemas.android.c...
Lowgrade asked 13/5, 2020 at 19:20
1
Solved
I'm looking for a solution to play one part of my animation once but the other half on loop while using Lottie Files in Xcode. I think there is method in JS method playSegments() which can solve th...
1
Solved
I am trying to implement a Lottie AnimationView inside my app but I am having trouble resizing the view.
This is how I setup/constrain the AnimationView:
@objc func showAnimationTapped(){
let...
Disputation asked 2/3, 2020 at 0:16
1
Solved
I found this Lottie Play/Pause button, but I don't know how to show Play state when my audio player paused, show Pause state and repeat with equalizer animation in it (see the lottie preview) when ...
1
Solved
I want to implement lazy loading in my React app but most of the files are JSON. Few of them are loading when the viewport width is less than e.g. 768px and I don't want to load them in the Desktop...
Sacker asked 29/11, 2019 at 13:56
2
Solved
I am trying to add an animation to my application using Lottie but I get this error and I still do not know how to solve it.
import UIKit
import Lottie
class ViewController: UIViewController {
@I...
3
Solved
I'm trying to use lottie to animate an SVG animation created in After Effects. I use the bodymovin extension to export the JSON data file. But, I also noticed the export includes some PNG images. I...
3
Solved
I am using lottie library for react native. I just installed it using npm and linked it using react native link but when I try to build it I get an error in lottie's class error:
package android.su...
Gunfight asked 30/1, 2019 at 4:36
2
I want to put a tiny animation inside a button, this animation is in JSON format and has made with After Effect, and normally this type of animations can be compiled and used with the Lottie plugin...
3
Is there a way to use LOTAnimationView (Lottie framework) with auto layout? I tried setting the class of a UIView to LOTAnimationView in my storyboard, but getting nil IB outlet..
Doodlesack asked 6/4, 2018 at 18:50
2
Solved
Im trying to load a lottie-web animation in my react project but i keep getting this error and cant understand what it means
InvalidStateError: responseText is only available if responseType is
...
Mixie asked 30/7, 2018 at 2:13
3
Solved
I tried exporting an after effect file with bodymovin, that after effect file has a few png images. How do we use this with Lottie in iOS? Do we include those images in the asset catalog, and use t...
2
Solved
I want to navigate a splash screen to next screen after certain timeout. Splash screen have an animation, done with the help of Airbnb Lottie for React Native.
The splashscreen code goes as follow...
Lethargy asked 21/5, 2018 at 6:52
© 2022 - 2024 — McMap. All rights reserved.