Qt Lottie Animation

Qt Lottie Animation 는 어도비 애프터 이펙트용 바디모빈 플러그인에서 JSON 형식으로 내보내는 그래픽과 애니메이션을 렌더링하기 위한 QML API를 제공합니다.

시작하기

다음 문을 사용하여 유형을 가져옵니다:

import Qt.labs.lottieqt

Adobe After Effects용 플러그인을 다운로드하고 설치하는 방법에 대한 지침은 Bodymovin의 GitHub 페이지를 참조하세요.

제한 사항

구현은 바디모빈의 마스터 사양을 따릅니다. 내보낸 바디모빈 파일에서 사양과 비교하여 차이가 발견되면 가능한 한 많이 고려됩니다.

일반적인 제한 사항

  • precomps 지원되지 않음
  • 표현식은 지원되지 않습니다.
  • 타임라인은 시간 모드가 아닌 프레임 모드만 지원합니다.

애니메이션 레벨 제한

다음 속성은 지원되지 않습니다:

  • assets - 재사용 가능한 텍스트 및 이미지
  • chars 텍스트

레이어

shape 레이어와 alpha mask adjustment 레이어만 지원됩니다.

다음 속성은 지원되지 않습니다:

  • ao (자동 방향)
  • bm (혼합 모드)
  • maskProperties (마스크)
  • sr (시간 늘이기)

도형

다음 요소와 도형은 지원되지 않습니다:

  • gstroke (그룹 획) 요소
  • star 요소
  • 중첩된 리피터 도형

또한 여러 개의 활성 트림 경로(예: 중첩된 그룹의 트림 경로)를 사용할 때의 동작은 예측할 수 없습니다.

효과

지원되는 효과는 SlideLayer Fill 뿐입니다.

라이선스

Qt Lottie AnimationThe Qt Company의 상용 라이선스에 따라 사용할 수 있습니다. 또한 GNU 일반 공중 사용 허가서 버전 3에 따라 사용할 수 있습니다. 자세한 내용은 Qt 라이선스를 참조하십시오.

참조

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.