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

tutorialAnimations

Custom tutorial animations.

Details

Attribute:

Type: string[]

Default value: []

Morphology

selphid.tutorialAnimations = '';

Description

Path to a custom animation to replace the Widget tutorial animations. More information in the customization section.

Considerations

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


Example

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

Last updated