lc_lottie_*
Display Lottie animations dynamically from your data source. Perfect for animated logos, loading indicators, illustrations, or any engaging animated content.
Element Setup:
- Element type:
<rect> - ID format:
lc_lottie_*(e.g.,lc_lottie_logo,lc_lottie_loader)
Input Format: URL to Lottie JSON file (e.g. "https://cdn.example.com/animations/logo-animation.json") or dataset variable.
Behavior: Autoplay when loaded, loop continuously, aspect ratio maintained and scale to fit rect (βmeetβ). Rounded corners on rect preserved via clipPath. HTTP URLs upgraded to HTTPS on secure pages.
If the animation fails to load, the element remains visible but the animation does not play.
Common Use Cases: Animated logos, loading indicators, illustrations, icon animations, marketing animations.