mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
![]() 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) |
||
---|---|---|
.. | ||
bindings | ||
common | ||
loaders | ||
renderer | ||
savers | ||
meson.build |