Animaties
Components.Display.FooksLottieLottie
The primary component to display Lottie animations.- Use
Sourceto provide an animation. - Use
Autoplayto start the animation on render, defaults totrue. - Use
Loopto repeat the animation, defaults tofalse.
<FooksLottie Source="/_content/Fooks.Harness.Workbench.UI.Blazor/json/lottie/confetti-hover-pinch.json"
Classes="w-128" Loop="true" />
<FooksLottie Source="/_content/Fooks.Harness.Workbench.UI.Blazor/json/lottie/ani3.json"
Classes="w-64" />
<FooksLottie Source="/_content/Fooks.Harness.Workbench.UI.Blazor/json/lottie/loader.json"
Classes="w-32" />
<FooksLottie Source="/_content/Fooks.Harness.Workbench.UI.Blazor/json/lottie/ani3.json"
Classes="w-24" Loop="true" />
<FooksLottie Source="/_content/Fooks.Harness.Workbench.UI.Blazor/json/lottie/confetti-hover-pinch.json"
Classes="w-8" />