Added index.json

pull/5806/head
Mert Sincan 2024-05-21 13:38:25 +01:00
parent c9a4362607
commit 3cd90df527
3 changed files with 3480 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/**
*
* AnimateOnScroll manages PrimeFlex CSS classes declaratively to during enter/leave animations on scroll or on page load.
* AnimateOnScroll manages CSS classes declaratively to during enter/leave animations on scroll or on page load.
*
* [Live Demo](https://primevue.org/animateonscroll)
*

3478
components/lib/index.json Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
/**
*
* StyleClass manages css classes declaratively to during enter/leave animations or just to toggle classes on an element.
* StyleClass manages CSS classes declaratively to during enter/leave animations or just to toggle classes on an element.
*
* [Live Demo](https://primevue.org/styleclass)
*