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

# loadingAnimation

## Details

**Attribute:** `loading-animation`

**Type:** `string`

**Default value:** `""`

## Morphology

```typescript
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

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