> 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/sdk-provider/propiedades/loadinganimation.md).

# loadingAnimation

## Details

**Attribute:** `loading-animation`

**Type:** `string`

**Default value:** `undefined`

## Morphology

```typescript
provider.loadingAnimation = '';
```

## Description

URL or path of the loading animation shown by `facephi-sdk-provider` while initializing License and services.

### Considerations

Compatible formats: images (jpg, png, gif, svg, webp), video (mp4, webm, ogg, mov, wmv, avi) and Lottie (json).

***

## Example

```jsx
<facephi-sdk-provider
    apikey={process.env.FACEPHI_SDK_APIKEY}
    loadingAnimation={'/assets/anim/loading.gif'}
/>
```
