LottieWeb
UI Extension
Lottie-web renders After Effects animations natively on the web using JSON exports from Bodymovin.
Status
Planned
Supported Version
TBD
Licensing
Open Source
Priority
Rank #106
KEY FEATURES
After Effects animations
JSON-based
SVG/Canvas rendering
Interactive
Lightweight
Loop control
Speed control
Usage Example
Here's how you'll use LottieWeb with Oorian once the extension is available:
Java
// Create and configure LottieWeb component
LottieWeb component = new LottieWeb();
component.setWidth("100%");
component.setHeight("400px");
// Configure component options
component.setEnabled(true);
// Register for events using Oorian's event model
component.registerForEvent(this, LottieWebEvent.class);
// Add to your page
container.addElement(component);Note: This is a preview of the expected API. The actual implementation may vary slightly when released.