For the complete documentation index, see llms.txt. This page is also available as Markdown.

loadingAnimation

Path to the custom loading animation.

Details

Attribute: loading-animation

Type: string

Default value: ""

Morphology

selphi.loadingAnimation = '';

Description

Path or identifier of the Lottie animation shown while the component facephi-selphi-widget loads resources. It can also be resolved from customAnimations of the facephi-sdk-provider.


Example

<facephi-selphi-widget
    loadingAnimation={'/assets/anim/loading.gif'}
/>

Last updated