thorvg/src/bindings
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
..
capi lottie: support frame tweening feature 2025-02-06 19:09:27 +09:00
wasm wasm: fix build issue in sw/wg build only case 2025-01-15 21:27:00 +09:00
meson.build build: Remove redundant comparisons 2024-08-19 17:42:40 +09:00