Hi!
Is there some easy and good way to adding lottie files in Adobe Experience Manager?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Lottie files are nothing but the JSON files which will be loaded in your JS code. So create a separate folder called lottie in the same location where you have resources and then load the JSON file into it. Now refer these files in the JS as needed. Please see the screenshot below with the file system.
Thanks!
Hi @albintribelounge ,
There are 2 ways you can add.
1.directly add file in the asset and give the reference wherever you required.
2.Create the common ClientLibs and inside that create folder source and add your files inside source.
Lottie files are nothing but the JSON files which will be loaded in your JS code. So create a separate folder called lottie in the same location where you have resources and then load the JSON file into it. Now refer these files in the JS as needed. Please see the screenshot below with the file system.
Thanks!
Views
Likes
Replies
Views
Likes
Replies