tutorialAnimations
Custom tutorial animations.
Last updated
Custom tutorial animations.
Attribute: —
Type: string[]
Default value: []
selphid.tutorialAnimations = '';Path to a custom animation to replace the Widget tutorial animations. More information in the customization section.
If the tutorial is disabled (disableTutorial={true}) this configuration will be useless.
<facephi-selphid-widget
tutorialAnimations={['/assets/tutorial1.gif', '/assets/tutorial2.gif', '/assets/tutorial3.gif']}
/>Last updated