//! Animated number displays for uzor
//!
//! Provides rendering-agnostic number animation state computation.
//! It computes positions, opacities, and values that a renderer can use.
//!
//! # Components
//!
//! - [`Counter`] - Rolling slot-machine style digit display with spring physics
//! - [`CountUp`] - Spring-animated number that counts from start to end value
pub use ;
pub use ;