mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
AnimateOnScroll documentation updated
This commit is contained in:
parent
d1997c7855
commit
5f57d57406
4 changed files with 68 additions and 1 deletions
9
doc/animateonscroll/AccessibilityDoc.vue
Normal file
9
doc/animateonscroll/AccessibilityDoc.vue
Normal file
|
@ -0,0 +1,9 @@
|
|||
<template>
|
||||
<DocSectionText id="accessibility" label="Accessibility" v-bind="$attrs">
|
||||
<h3>Screen Reader</h3>
|
||||
<p>AnimateOnScroll does not include any roles and attributes by default, any attribute is passed to the root element so aria roles and attributes can be added if required.</p>
|
||||
|
||||
<h3>Keyboard Support</h3>
|
||||
<p>Component does not include any interactive elements.</p>
|
||||
</DocSectionText>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue