简体   繁体   中英

How to make changes into animation of Lottie

I am stuck with a problem. I have a project in which I need to implement an animation from Lottie. So I made the animation with an animation available from Lottie but when I show the app to the client, they requested that the lines be some what bolder. Also they want changes in the movement. I have no experience of Adobe after effect. Is there any way to do these all in Android Studio?

I tried the Lottie editor but it is not giving me the control I need. I also want to find some other way, but I found no way to edit the Lottie animation file (.json file )

The Lottie plugin exports all texts and shapes as paths. Hence it is not possible to edit a shape (in your case) or text.

But still you can always use Lottie Editor for editing colors or change speed of animation.

Hope this helps.

You can change text but text character can only be that are already present Eg: If your lottie animation has text: welcome You can edit it to :

  • come
  • wel
  • comewel
  • wlcm
  • omw But trying to edit it to : welfare will return : wele ie you can only use that text character that are already used inside.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM