1#ifndef _THORVG_LOTTIE_H_
2#define _THORVG_LOTTIE_H_
81 const
char* marker(uint32_t idx) noexcept;
100 Result assign(const
char* layer, uint32_t ix, const
char* var,
float val);
118 uint32_t gen(const
char* slot) noexcept;
The LottieAnimation class enables control of advanced Lottie features.
Definition thorvg_lottie.h:21
Result tween(float from, float to, float progress) noexcept
Interpolates between two frames over a specified duration.
Result segment(const char *marker) noexcept
Specifies a segment by marker.
uint32_t markersCnt() noexcept
Gets the marker count of the animation.
Result
Enumeration specifying the result from the APIs.
Definition thorvg.h:95
The Animation class enables manipulation of animatable images.
Definition thorvg.h:2320