File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,10 @@ The following runtime features are currently supported:
7676
7777| Feature | Status | Description |
7878| ----------------------------------| --------| -------------|
79- | Playing state machines | ✅ | Specify a state machine to play |
80- | Playing animation timelines | ❌ | Direct timeline playback not planned, use state machines |
79+ | Artboard selection | ✅ | Sepecify artboard to render |
80+ | State machine selection | ✅ | Specify a state machine to play |
81+ | Animation selection | ❌ | Animation playback not planned, use state machines |
82+ | View autoPlay & play/pause | ✅ | Control view playback |
8183| Fit & Alignment | ⚠️ | Fit modes supported, alignment coming soon |
8284| Layout & Responsiveness | ⚠️ | Basic responsive layouts supported |
8385| Data Binding | 🚧 | Control data binding through runtime code |
@@ -86,6 +88,7 @@ The following runtime features are currently supported:
8688| Text Runs | 🚧 | Update (nested) text runs (legacy, see data binding) |
8789| Rive Events | 🚧 | Listen to Rive events |
8890| Rive Audio | ✅ | Full Rive audio playback supported |
91+ | ` useRive() ` hook | ✅ | Convenient hook to access the Rive View ref after load |
8992| ` useRiveFile() ` hook | 🚧 | Convenient hook to load a Rive file |
9093| ` RiveView ` error handling | 🚧 | Error handler for failed view operations |
9194| ` source ` .riv file loading | 🚧 | Conveniently load .riv files from JS source |
You can’t perform that action at this time.
0 commit comments