thorvg/src
Hermet Park 78cfc33f4c lottie: support frame tweening feature
frame tweening allows user to interpolate two frames
over a speicified duration. This Tweening functionality
can be particularly powerful when combined with state-based
(a.k.a. Marker) animation playback in Lottie.

For example, apps support state machine based animations,
where the transition sequences between states are not linear
and can occur in highly irregular directions.

Experimental APIs:
- Result LottieAnimation::tween(float from, float to, float progress)
- Tvg_Result tvg_lottie_animation_tween(Tvg_Animation* animation, float from, float to, float progress)
2025-02-06 19:09:27 +09:00
..
bindings lottie: support frame tweening feature 2025-02-06 19:09:27 +09:00
common common: neat code++ 2025-02-06 15:40:32 +09:00
loaders lottie: support frame tweening feature 2025-02-06 19:09:27 +09:00
renderer common: neat code++ 2025-02-06 15:40:32 +09:00
savers updated copyright 2025-01-03 14:32:31 +09:00
meson.build infra: --shutdown the unkown-pragmas warning 2024-10-04 02:50:19 +09:00