Fix broken intra-doc link in animation

This commit is contained in:
Héctor Ramón Jiménez 2025-01-27 05:22:37 +01:00
parent e2c52c9728
commit 2753103942
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -89,6 +89,8 @@ where
/// closure provided to calculate the different keyframes of interpolated values.
///
/// If the [`Animation`] state is a `bool`, you can use the simpler [`interpolate`] method.
///
/// [`interpolate`]: Animation::interpolate
pub fn interpolate_with<I>(&self, f: impl Fn(T) -> I, at: Instant) -> I
where
I: Interpolable,