We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5219b72 commit 8589d71Copy full SHA for 8589d71
1 file changed
README.md
@@ -40,7 +40,7 @@ import AriaPlugin from 'embla-carousel-aria';
40
const embla = EmblaCarousel(
41
emblaNode,
42
{
43
- inViewThreshold: 0.25, // A high view threshold is recommended.
+ inViewThreshold: 0.25, // Note: Your slide must be in view for it to be tabbable! A high view threshold is recommended.
44
},
45
[AriaPlugin()]
46
);
@@ -55,7 +55,7 @@ import AriaPlugin from 'embla-carousel-aria';
55
const EmblaCarouselComponent = ({ children }) => {
56
const [emblaRef, embla] = useEmblaCarousel(
57
58
59
60
61
0 commit comments