mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #4610 - New animate directive
This commit is contained in:
parent
75f27ab98b
commit
6dc9babdc9
7 changed files with 150 additions and 0 deletions
5
components/lib/animate/BaseAnimate.js
Normal file
5
components/lib/animate/BaseAnimate.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
import BaseDirective from 'primevue/basedirective';
|
||||
|
||||
const BaseAnimate = BaseDirective.extend({});
|
||||
|
||||
export default BaseAnimate;
|
Loading…
Add table
Add a link
Reference in a new issue