Files
rive-react/examples/state-machine-number-input/README.md
2021-09-10 16:02:20 +02:00

343 B

State Machine Number Input

This example shows how to interact with a state machine with number inputs. We trigger the transistions by changing the value of a number input.

To Run

This example is created using Create React App.

To install and run:

npm install
npm start