skip to Main Content

Flutter: Lottie file crashes

Problem: The Lottie files that I downloaded do not show properly. Details: This is a screenshot when I run the code: image_result of the code And the actual image should be like this: image_actual image Code: Container( width: MediaQuery.of(context).size.width, height:…

VIEW QUESTION

How to create text in JavaScript After Effects?

I tried to create text with addText(text), but when I click on the execute button nothing happens. Here are the lines of code button6.onClick = function() { addText(); function addText() { app.beginUndoGroup("My Process"); var comp = app.project.activeItem; var selectedlayer =…

VIEW QUESTION
Back To Top
Search