uzor 1.0.11

Core UI engine — geometry, interaction, input state
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Modal, dialog, and overlay animation recipes
//!
//! Pre-configured animations for modals, dialogs, drawers, sheets, and overlays.
//! Based on research from Material Design, iOS, Radix UI, Framer Motion, and CSS animation libraries.

pub mod types;
pub mod presets;
pub mod defaults;
pub mod builders;

pub use types::*;
pub use presets::*;
pub use defaults::*;
pub use builders::*;