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

loadingAnimation

Path to the loading animation.

Details

Attribute: loading-animation

Type: string

Default value: ""

Morphology

selphid.loadingAnimation = '';

Description

Path to a custom animation to replace the widget's default loading animation. More information in the Customization section.


Example

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

Last updated