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
//! Button animation recipes
//!
//! Pre-configured button animations following Material Design, iOS, and web best practices.
//! Based on research from Material Design 3, Apple HIG, 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::*;