diff --git a/docs/app/routes/docs.utilities.use-in-view.mdx b/docs/app/routes/docs.utilities.use-in-view.mdx index 64082b313a..65deb45063 100644 --- a/docs/app/routes/docs.utilities.use-in-view.mdx +++ b/docs/app/routes/docs.utilities.use-in-view.mdx @@ -18,7 +18,7 @@ export const meta = formatFrontmatterToRemixMeta(frontmatter) # useInView -A helpful utility hook tracking the visibility of an element in the viewport. Using the native `IntersectionObserver`, +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), you can respond either to a `boolean` signifying that the element has "intersected" or instead pass it a function returning `SpringValues` to animate the element upon `intersection`.