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
5
components/lib/animateonscroll/BaseAnimateOnScroll.js
Normal file
5
components/lib/animateonscroll/BaseAnimateOnScroll.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
import BaseDirective from 'primevue/basedirective';
|
||||
|
||||
const BaseAnimateOnScroll = BaseDirective.extend({});
|
||||
|
||||
export default BaseAnimateOnScroll;
|
Loading…
Add table
Add a link
Reference in a new issue