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

initialTipWidth

Width of the initial tip in pixels.

Details

Attribute: initial-tip-width

Type: number

Default value: 350

Morphology

selphid.initialTipWidth = 350;

Description

Sets the width of the animation in the initial tip component

Considerations

Requires initialTip active.


Example

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

Last updated