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

selphid.initialTipHeight = 350;

Description

Sets the height of the animation in the initial tip component

Considerations

Requires initialTip active.


Example

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

Last updated