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

# initialTipHeight

## Details

**Attribute:** `initial-tip-height`

**Type:** `number`

**Default value:** `350`

## Morphology

```typescript
selphid.initialTipHeight = 350;
```

## Description

Sets the height of the animation in the initial tip component

### Considerations

Requires [initialTip](/docs.facephi-en/sdks/sdk-web/componentes/selphid-documentos/propiedades/initialtip.md) active.

***

## Example

```jsx
<facephi-selphid-widget
    initialTip={true}
    initialTipHeight={350}
    initialTipWidth={350}
/>
```
