mirror of
https://github.com/rive-app/rive-react.git
synced 2025-12-19 01:30:08 +08:00
State Machine Trigger Input
This example shows how to interact with a state machine with a trigger input. We call the fire() function on the state machine input to transition the state when the animation is clicked.
To Run
This example is created using Create React App.
To install and run:
npm install
npm start