For the complete documentation index, see llms.txt. This page is also available as Markdown.

initialTipHeight

Height of the initial tip in pixels.

Details

Attribute: initial-tip-height

Type: number

Default value: 350

Morphology

selphi.initialTipHeight = 350;

Description

Height in pixels of the initial tip animation area in facephi-selphi-widget.

Considerations

Requires initialTip active.


Example

<facephi-selphi-widget
    initialTip={true}
    initialTipHeight={350}
    initialTipWidth={350}
/>

Last updated