Lottie prototyping


Batch 1

There are four exports tested initially.

Bodymovin in browser

Lottie on iOS

All plugins perform as desired in browser. Lottie player renders well when no plugins are used, but can't render animations that use either of the plugins.

Problem

Lottie doesn't support expressions yet. [Release 2.1.3] - Hernan Torrisi on Twitter

Solution

Try to convert expressions to keyframes. (Youtube guide)


Batch 2

This batch only test two variations.

Bodymovin in browser

Lottie on iOS

Converting the expressions used by the plugins to keyframes made significant progress. Joysticks and Sliders works seemingly perfect and Rubberhose is close.

Problem

Hose > Contents > Style > BaseHose > Arc > Line Halfer is set to {start 0%, end 25%} (pic below), but Lottie seem to render the equivalent to {start 0%, end 100%}.

Solution

Updates follow...