Skip to content

Commit ca6888b

Browse files
authored
add link for intersection observer api
1 parent 3fddaca commit ca6888b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/routes/docs/utilities/use-in-view.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ isNew: true
1414

1515
# useInView
1616

17-
A helpful utility hook tracking the visibility of an element in the viewport. Using the native `IntersectionObserver`,
17+
A helpful utility hook tracking the visibility of an element in the viewport. Using the native [`IntersectionObserver`](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API),
1818
you can respond either to a `boolean` signifying that the element has "intersected" or instead pass it a function
1919
returning `SpringValues` to animate the element upon `intersection`.
2020

0 commit comments

Comments
 (0)