Skip to content

Commit 8589d71

Browse files
authored
Update README.md
1 parent 5219b72 commit 8589d71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import AriaPlugin from 'embla-carousel-aria';
4040
const embla = EmblaCarousel(
4141
emblaNode,
4242
{
43-
inViewThreshold: 0.25, // A high view threshold is recommended.
43+
inViewThreshold: 0.25, // Note: Your slide must be in view for it to be tabbable! A high view threshold is recommended.
4444
},
4545
[AriaPlugin()]
4646
);
@@ -55,7 +55,7 @@ import AriaPlugin from 'embla-carousel-aria';
5555
const EmblaCarouselComponent = ({ children }) => {
5656
const [emblaRef, embla] = useEmblaCarousel(
5757
{
58-
inViewThreshold: 0.25, // A high view threshold is recommended.
58+
inViewThreshold: 0.25, // Note: Your slide must be in view for it to be tabbable! A high view threshold is recommended.
5959
},
6060
[AriaPlugin()]
6161
);

0 commit comments

Comments
 (0)