You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/app/routes/docs/utilities/use-in-view.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ isNew: true
14
14
15
15
# useInView
16
16
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),
18
18
you can respond either to a `boolean` signifying that the element has "intersected" or instead pass it a function
19
19
returning `SpringValues` to animate the element upon `intersection`.
0 commit comments