|
Result | override (const char *slot) noexcept |
| Override Lottie properties using slot data. More...
|
|
Result | frame (float no) noexcept |
| Specifies the current frame in the animation. More...
|
|
Picture * | picture () const noexcept |
| Retrieves a picture instance associated with this animation instance. More...
|
|
float | curFrame () const noexcept |
| Retrieves the current frame number of the animation. More...
|
|
float | totalFrame () const noexcept |
| Retrieves the total number of frames in the animation. More...
|
|
float | duration () const noexcept |
| Retrieves the duration of the animation in seconds. More...
|
|
The LottieAnimation class enables control of advanced Lottie features.
This class extends the Animation and has additional interfaces.
- See also
- Animation
- Note
- Experimental API