Lottie
lottie is a template where you could create onboarding steps using Lottie files.
| Key | Notes |
|---|---|
type | lottie |
stepId | A unique step id |
lottieUrl | The URL of the JSON file. Note: it needed to be hosted on c.thefab.co to work |
lottieMaxWidth | The max width of the Lottie. |
title | (optional) |
subtitle | (optional) |
textColor | (optional) |
backgroundColor | The background color of the page. |
Example
{
"type": "lottie",
"stepId": "enter_pyramid",
"backgroundColor": "#483e72",
"lottieUrl": "https://c.thefab.co/lottie/Pyramid_Amber_8s_New.json",
"lottieMaxWidth": 300,
"subtitle": "Welcome to the Fabulous World, where you will learn to use behavioral science to transform your life.",
"textColor": "#FFF"
},
