tutorialAnimations
Custom tutorial animations.
Last updated
Custom tutorial animations.
Attribute: tutorial-animations
Type: string[]
Default value: []
selphi.tutorialAnimations = ['/assets/tutorial1.gif', '/assets/tutorial2.gif', '/assets/tutorial3.gif'];Custom Lottie animations for the tutorial shown by facephi-selphi-widget before capture.
JS-only property (no HTML attribute). If the tutorial is disabled (disableTutorial={true}) this setting will be useless.
<facephi-selphi-widget
tutorialAnimations={['/assets/tutorial1.gif', '/assets/tutorial2.gif', '/assets/tutorial3.gif']}
/>Last updated