> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/sdk-web/componentes/selphid-documentos/propiedades/loadinganimation.md).

# loadingAnimation

## Details

**Attribute:** `loading-animation`

**Type:** `string`

**Default value:** `""`

## Morphology

```typescript
selphid.loadingAnimation = '';
```

## Description

Path to a custom animation to replace the widget's default loading animation. More information in the [Customization section](https://docs.facephi.com/docs.facephi-en/sdks/sdk-web/componentes/selphid-documentos/propiedades/pages/e50a44453c1730707141aa695a26ee27ded1a78b#personalización-de-recursos-gráficos).

***

## Example

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