//! Interactive component animations
//!
//! Provides animation state management for interactive UI components:
//! - ElasticSlider: Slider with elastic overflow and spring snap-back
//! - AnimatedList: Staggered entry/exit animations for list items
//! - SpotlightCard: Cursor-following spotlight effect
//! - ElectricBorder: Animated electric/lightning border effect
//!
//! All components are rendering-agnostic and compute animation state only.
//! The actual rendering is left to the UI framework.
pub use ;
pub use ;
pub use ElectricBorder;
pub use ;