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

# tutorialAnimations

## Details

**Attribute:** `—`

**Type:** `string[]`

**Default value:** `[]`

## Morphology

```typescript
selphid.tutorialAnimations = '';
```

## Description

Path to a custom animation to replace the Widget tutorial animations. 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).

### Considerations

If the tutorial is disabled (`disableTutorial={true}`) this configuration will be useless.

***

## Example

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