2023-10-24 14:06:17 +00:00
|
|
|
<template>
|
|
|
|
<DocSectionText id="accessibility" label="Accessibility" v-bind="$attrs">
|
|
|
|
<h3>Screen Reader</h3>
|
2023-10-26 17:53:11 +00:00
|
|
|
<p>AnimateOnScroll does not require any roles and attributes.</p>
|
2023-10-24 14:06:17 +00:00
|
|
|
|
|
|
|
<h3>Keyboard Support</h3>
|
|
|
|
<p>Component does not include any interactive elements.</p>
|
|
|
|
</DocSectionText>
|
|
|
|
</template>
|