loadingAnimation
Path to the custom loading animation.
Last updated
Path to the custom loading animation.
Attribute: loading-animation
Type: string
Default value: ""
selphi.loadingAnimation = '';Path or identifier of the Lottie animation shown while the component facephi-selphi-widget loads resources. It can also be resolved from customAnimations of the facephi-sdk-provider.
<facephi-selphi-widget
loadingAnimation={'/assets/anim/loading.gif'}
/>Last updated