mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4682 - Animate directive renamed as AnimateOnScroll
This commit is contained in:
parent
42c27d9469
commit
b52e8c4f0d
17 changed files with 118 additions and 117 deletions
|
@ -4,5 +4,5 @@ export const directives = [
|
|||
{ name: 'ripple', as: 'Ripple', from: 'primevue/ripple' },
|
||||
{ name: 'styleclass', as: 'StyleClass', from: 'primevue/styleclass' },
|
||||
{ name: 'focustrap', as: 'FocusTrap', from: 'primevue/focustrap' },
|
||||
{ name: 'animate', as: 'Animate', from: 'primevue/animate' }
|
||||
{ name: 'animateonscroll', as: 'AnimateOnScroll', from: 'primevue/animateonscroll' }
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue