Skip to content

Commit

Permalink
Nested linear animations report events up to parent artboards
Browse files Browse the repository at this point in the history
Previously, only nested state machines could report events so that listeners in parent artboards could listen for them. This PR adds event reporting for nested simple animations. Had to refactor some stuff to genericize in order for both state machines and linear animations to have similar functionality.

I'm not sure if its possible, or desirable, for nested remap animations to have the same functionality, but that is not included in this PR.

Diffs=
097b68f56 Nested linear animations report events up to parent artboards (#7310)
  • Loading branch information
philter committed Jun 11, 2024
1 parent 8042fcb commit ee02427
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
34e186b32dbb956a36807635ea16fe039f988333
097b68f5616951d83b0c5b28345e6bfc9f0b1a5b
2 changes: 1 addition & 1 deletion .rive_renderer
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cc01683ed8a5a40490105c90ea8ea77c4de20942
af29c0262d49d4fda7c9ac7b9f792364439baa71
2 changes: 1 addition & 1 deletion submodules/rive-cpp

0 comments on commit ee02427

Please sign in to comment.