Lottie Creator X QT
-
Hi everyone,
I'm new to animation & QT, I'm trying to create relatively simple micro-animations with the Lottie creator and export them via my Lottie dashboard as Lottie JSON.
I know that QT can handle Lottie animations, but there are some limitations. (https://doc.qt.io/qt-6/qtlottieanimation-index.html#layers) The developer I'm working with told me that in my latest animation file, I've fixed every limitation except for a single time stretch command. The problem now is that I didn't play with time stretch in my animation file and I can't find the error. When I skim through the exported JSON I find two 'sr'1, instances (for the two elements my animation contains). If I'm not mistaken, this should just mean that it's running at normal speed - right?
At first I thought I had accidentally applied time stretch somewhere in my animation, but now I think the problem might be with the Lottie creator (somewhere in the export) and that QT has trouble with it, because the normal way would be to export it via the bodymovin plugin in After Effects.
Has anyone had & solved this problem?
Should I build everything in After Effects and use the bodymovin plugin?I can't find anything related in the web, I would be very happy if someone could tell me what I need to do differently.
Greetings