Lottie is a mobile library for Web, and iOS that parses Adobe After Effects animations exported as json with bodymovin JS and renders them natively in both Reactive Web or Mobile apps!
Installation
After installing Lottie Animations Library in the Development Stage, inside your app reference the Animation Block and the client actions of choice to manipulate the animation.
Usage
1. Got to https://lottiefiles.com/ and download the Lottie JSON file of an animation of your choice.
2. Inside Service Studio, import the JSON file as a Resource inside the Data tab. Set the Deploy Action parameter to Deploy to Target Directory
3. Drag the Animation Block to the screen.
4. Optional: Create handlers for Complete, LoopComplete or Ready events of the Animation Block, if some logic needs to be executed during these events.