> 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/tutorialanimations.md).

# tutorialAnimations

## Details

**Attribute:** `tutorial-animations`

**Type:** `string[]`

**Default value:** `[]`

## Morphology

```typescript
selphi.tutorialAnimations = ['/assets/tutorial1.gif', '/assets/tutorial2.gif', '/assets/tutorial3.gif'];
```

## Description

Custom Lottie animations for the tutorial shown by `facephi-selphi-widget` before capture.

### Considerations

JS-only property (no HTML attribute). If the tutorial is disabled (`disableTutorial={true}`) this setting will be useless.

***

## Example

```jsx
<facephi-selphi-widget
    tutorialAnimations={['/assets/tutorial1.gif', '/assets/tutorial2.gif', '/assets/tutorial3.gif']}
/>
```
