Introduction
The LottieAnimation extension is written in Java and compiled using JDK11. This extension allows you to load lottie animations from json in a simple manner. The extension works in Companion and APK.
Method Blocks
LoadLottieFile
This method allows you to load a lottie animation file from assets into a Web Viewer.
This method configures web viewer to work as a lottie player, so it can display your lottie animation correctly (no zoom, no scroll, transparent background)
This extension only has one function to make web viewer non touchable to hide zoom out in. This is not hijacking topics , i think it would be useful for others too who face same problem.