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

tutorialAnimations

Custom tutorial animations.

Details

Attribute: tutorial-animations

Type: string[]

Default value: []

Morphology

selphi.tutorialAnimations = ['/assets/tutorial1.gif', '/assets/tutorial2.gif', '/assets/tutorial3.gif'];

Description

Custom Lottie animations for the tutorial shown by facephi-selphi-widget before capture.

Considerations

JS-only property (no HTML attribute). If the tutorial is disabled (disableTutorial={true}) this setting will be useless.


Example

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

Last updated