Skip to content

Commit d7f0667

Browse files
authored
Fix interpolate() link on Animated docs (facebook#4222)
1 parent 79e5e42 commit d7f0667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/animated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ You can combine two animated values via addition, subtraction, multiplication, d
168168

169169
The `interpolate()` function allows input ranges to map to different output ranges. By default, it will extrapolate the curve beyond the ranges given, but you can also have it clamp the output value. It uses linear interpolation by default but also supports easing functions.
170170

171-
- [`interpolate()`](animated#interpolate)
171+
- [`interpolate()`](animatedvalue#interpolate)
172172

173173
Read more about interpolation in the [Animation](animations#interpolation) guide.
174174

0 commit comments

Comments
 (0)