Function leptos_animation::tween_default

source ยท
pub fn tween_default<T, I>(from: &T, to: &T, progress: f64) -> I
where T: Copy + Sub<T, Output = I>, I: Mul<f64, Output = I> + Add<T, Output = I>,
Expand description

Default linear tween between any type of number