You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @property {RiveFile} file - The Rive file to be displayed
32
+
* @property {string} [artboardName] - Name of the artboard to display from the Rive file
33
+
* @property {string} [stateMachineName] - Name of the state machine to play
34
+
* @property {ViewModelInstance | DataBindMode | DataBindByName} [dataBind] - Data binding configuration for the state machine, defaults to DataBindMode.Auto
35
+
* @property {boolean} [autoPlay=true] - Whether to automatically start playing the state machine
36
+
* @property {Alignment} [alignment] - How the Rive graphic should be aligned within its container
37
+
* @property {Fit} [fit] - How the Rive graphic should fit within its container
0 commit comments