Commit 5b65f9b
philter
fix: Make ViewModelInstanceTrigger keyable for Stateful Components (#12556) c2f1000a63
Stateful component trigger properties were not working when keyed because we were keying propertyValue (an int) which is not intended for use with triggers on timelines. Added a callback core property to allow for keying.1 parent b031c24 commit 5b65f9b
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Submodule rive-runtime updated 8 files
- .rive_head+1-1
- dev/defs/viewmodel/viewmodel_instance_trigger.json+9
- include/rive/generated/core_registry.hpp+6
- include/rive/generated/viewmodel/viewmodel_instance_trigger_base.hpp+4
- include/rive/viewmodel/viewmodel_instance_trigger.hpp+4
- tests/unit_tests/assets/stateful_keyed_trigger.riv
- tests/unit_tests/runtime/component_test.cpp+32
- tests/unit_tests/silvers/stateful_keyed_trigger.sriv
0 commit comments