Well, it’s pretty simple. On our website, we simply have a LottieAnimation component next to our image fields that contain parameters for our animation such as Loop (boolean), Loopdelay (Integer), PlayOnce (boolean), and a JSON field that will contain the JSON animation. We also have a text field for mentioning the animation link instead of the JSON.
Then on the front end, you simply have to render a specific Lottie image component based on the data from Strapi. I hope it makes sense!