Fix broken intra-doc link in animation
This commit is contained in:
parent
e2c52c9728
commit
2753103942
1 changed files with 2 additions and 0 deletions
|
|
@ -89,6 +89,8 @@ where
|
||||||
/// closure provided to calculate the different keyframes of interpolated values.
|
/// closure provided to calculate the different keyframes of interpolated values.
|
||||||
///
|
///
|
||||||
/// If the [`Animation`] state is a `bool`, you can use the simpler [`interpolate`] method.
|
/// 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
|
pub fn interpolate_with<I>(&self, f: impl Fn(T) -> I, at: Instant) -> I
|
||||||
where
|
where
|
||||||
I: Interpolable,
|
I: Interpolable,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue