Skip to content

Commit

Permalink
feat: added global state animation_id
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelOsborne committed Dec 2, 2024
1 parent ffc9bf8 commit 88392c7
Show file tree
Hide file tree
Showing 5 changed files with 133 additions and 244 deletions.
2 changes: 1 addition & 1 deletion dotlottie-rs/src/state_machine_engine/actions/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub enum Action {
OpenUrl {
url: String,
},
ThemeAction {
Theme {
theme_id: String,
},
Increment {
Expand Down
Loading

0 comments on commit 88392c7

Please sign in to comment.