Lottie Animations

Content Type: Widget
Categories: User Interface,Visualization

Overview

A simple react widget for Mendix to display Lottie animations. 

 

This one is react-only compatible (the original widget from Mendix was not)

Documentation

LottieAnimation

A simple react widget for Mendix to display Lottie animations.

Features

  • Load a Lottie animation from a JSON string or a URL
  • Set the width and height of the animation
  • Trigger an action when the animation is complete

Usage

Add the widget to your page and insert a JSON (string) or a url to a JSON file which contains the Lottie file.

You can also set the width and height of the animation, default is 100% of the parent container.

Issues, suggestions and feature requests

https://github.com/hunter-koppen/lottieAnimation/issues

Releases

Version: 1.0.1
Framework Version: 10.18.2
Release Notes: Support for classnames set in the modeler
Version: 1.0.0
Framework Version: 10.18.2
Release Notes: Initial release, this version is react-only compatible (the original from Mendix is not)