Reputation: 118
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 )
Upvotes: 2
Views: 8334
Reputation: 858
For the visual changes, the only way is using lottie editor which is opened by clicking "Edit Layer Colors" button. In there, you can change with color & fps, remove some animation components etc.
Apart from these, there are still some opportunities which can be handled via downloaded json file. For example, I had to skip first quarter of the animation and what I did is increasing ip property of the json manually. Another field is op, if you want to end animation earlier, just decrease it and set to the duration you want.
Upvotes: 0
Reputation: 1
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 :
Upvotes: -1
Reputation: 185
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.
Upvotes: 5