> 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/sdks/sdk-web/componentes/selphi-biometria-facial/propiedades/loadinganimation.md).

# loadingAnimation

## Detalles

**Atributo:** `loading-animation`

**Tipo:** `string`

**Valor por defecto:** `""`

## Morfología

```typescript
selphi.loadingAnimation = '';
```

## Descripción

Ruta o identificador de la animación Lottie mostrada mientras el componente `facephi-selphi-widget` carga recursos. También puede resolverse desde `customAnimations` del `facephi-sdk-provider`.

***

## Ejemplo

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