pub fn apply_easing(t: f32, easing: EasingFunction) -> f32Expand description
Apply an easing function to a normalized time value (0.0 to 1.0). Used by ScrollAnimation::tick() for smooth scroll animations.
pub fn apply_easing(t: f32, easing: EasingFunction) -> f32Apply an easing function to a normalized time value (0.0 to 1.0). Used by ScrollAnimation::tick() for smooth scroll animations.