//! macOS button animation presets
/// Button hover transition config
pub const HOVER_IN: ButtonHoverAnimation = ButtonHoverAnimation ;
pub const HOVER_OUT: ButtonHoverAnimation = ButtonHoverAnimation ;
pub const PRESS: ButtonHoverAnimation = ButtonHoverAnimation ;
/// Scale factor for button press (macOS uses subtle scale)
pub const PRESS_SCALE: f64 = 0.97;