1 #ifndef _THORVG_LOTTIE_H_
2 #define _THORVG_LOTTIE_H_
36 Result override(
const char* slot) noexcept;
45 static std::unique_ptr<LottieAnimation>
gen() noexcept;
The Animation class enables manipulation of animatable images.
Definition: thorvg.h:1843
The LottieAnimation class enables control of advanced Lottie features.
Definition: thorvg_lottie.h:21
static std::unique_ptr< LottieAnimation > gen() noexcept
Creates a new LottieAnimation object.
Result
Enumeration specifying the result from the APIs.
Definition: thorvg.h:77