/wagtail-lottie

Wagtail + Lottie

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Wagtail Lottie

image

image

Wagtail + Lottie is a Wagtail package for playing Adobe After Effects animations exported as json with Bodymovin.

image

Usage

  1. Export your animation from Adobe After Effect with Bodymovin.
  2. Compress the folder in zip format.
  3. Create a Lottie animation from Wagtail and add this zip file.

Can be used like this at Wagtail page level :

And rendered this way at html level :

Setup

Install with pip :

pip install wagtail_lottie

Add wagtail_lottie to Django apps installed :

Run some Django commands :

python manage.py collectstatic
python manage.py migrate

Set if needed Wagtail Lottie download folder in the Django settings (default value is 'wagtail_lottie') :