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
The `observe` event is dispatched when the element is first observed and also whenever an intersection event occurs.
86
111
@@ -96,7 +121,7 @@ The `observe` event is dispatched when the element is first observed and also wh
96
121
</IntersectionObserver>
97
122
```
98
123
99
-
### on:intersect event
124
+
### `on:intersect` event
100
125
101
126
As an alternative to binding the `intersecting` prop, you can listen to the `intersect` event that is dispatched if the observed element is intersecting the viewport.
0 commit comments