Add: states to use all 7 rows

This commit is contained in:
DaZuo0122
2026-02-14 22:15:58 +08:00
parent eddf4b9481
commit c0efb3915b
8 changed files with 283 additions and 20 deletions

View File

@@ -1034,7 +1034,7 @@ fn default_animation_for_state(state: FrontendState) -> &'static str {
FrontendState::Active => "active",
FrontendState::Success => "success",
FrontendState::Error => "error",
FrontendState::Dragging => "idle",
FrontendState::Dragging => "dragging",
FrontendState::Hidden => "idle",
}
}