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
This is the Intersection Observer [threshold](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API#creating_an_intersection_observer) option that will be applied to all slides.
420
+
This is the Intersection Observer [`threshold`](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API#creating_an_intersection_observer) option that will be applied to all slides.
421
421
422
422
---
423
423
@@ -537,7 +537,7 @@ Enables for scrolling the carousel with mouse and touch interactions. Set this t
Embla automatically watches the [`slides`](#slides) for focus events. The default callback fires the [slideFocus](/docs/v8/api/events/#slidefocus) event and [scrollTo](/docs/v8/api/methods/#scrollto) to the focused element. Set this to `false` to disable this behaviour or pass a custom callback to add your own focus logic.
540
+
Embla automatically watches the [`slides`](#slides) for focus events. The default callback fires the [`slideFocus`](/docs/v8/api/events/#slidefocus) event and [`scrollTo`](/docs/v8/api/methods/#scrollto) to the focused element. Set this to `false` to disable this behaviour or pass a custom callback to add your own focus logic.
541
541
542
542
<Admonitiontype="note">
543
543
**Note:** When passing a custom callback it will run **before** the default
@@ -560,7 +560,7 @@ Embla automatically watches the [`slides`](#slides) for focus events. The defaul
Embla automatically watches the [container](/docs/v8/api/methods/#containernode) and [slides](/docs/v8/api/methods/#slidenodes) for size changes and runs [reInit](/docs/v8/api/methods/#reinit) when any size has changed. Set this to `false` to disable this behaviour or pass a custom callback to add your own resize logic.
563
+
Embla automatically watches the [`container`](/docs/v8/api/methods/#containernode) and [`slides`](/docs/v8/api/methods/#slidenodes) for size changes and runs [`reInit`](/docs/v8/api/methods/#reinit) when any size has changed. Set this to `false` to disable this behaviour or pass a custom callback to add your own resize logic.
564
564
565
565
<Admonitiontype="note">
566
566
**Note:** When passing a custom callback it will run **before** the default
@@ -583,7 +583,7 @@ Embla automatically watches the [container](/docs/v8/api/methods/#containernode)
Embla automatically watches the [container](/docs/v8/api/methods/#containernode) for **added** and/or **removed** slides and runs [reInit](/docs/v8/api/methods/#reinit) if needed. Set this to `false` to disable this behaviour or pass a custom callback to add your own slides changed logic.
586
+
Embla automatically watches the [`container`](/docs/v8/api/methods/#containernode) for **added** and/or **removed** slides and runs [`reInit`](/docs/v8/api/methods/#reinit) if needed. Set this to `false` to disable this behaviour or pass a custom callback to add your own slides changed logic.
587
587
588
588
<Admonitiontype="note">
589
589
**Note:** When passing a custom callback it will run **before** the default
0 commit comments