I am not sure if this is possible but let me explain my problem : We have more and more lottie animations in our application which make a lot of http requests and slow down the loading time.
I was wondering if we could put the lottie data.json as a source instead of a path. Thus we could merge all our lottie's json files to have only one http request then split it to distribute it correctly in each animation.
Hi,
I am not sure if this is possible but let me explain my problem : We have more and more lottie animations in our application which make a lot of http requests and slow down the loading time.
I was wondering if we could put the lottie data.json as a source instead of a path. Thus we could merge all our lottie's json files to have only one http request then split it to distribute it correctly in each animation.
Thanks!