skip to Main Content

CSS animation with incorrect time ratio

I'm trying to execute the animation below, which basically consists of raising the lock, making it rotate and then going down. I would like this to be done proportionately. However, even using a much lower percentage for the descent, the…

VIEW QUESTION

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
Back To Top
Search