+
flip
-
diff --git a/doc/animate/ImportDoc.vue b/doc/animateonscroll/ImportDoc.vue
similarity index 74%
rename from doc/animate/ImportDoc.vue
rename to doc/animateonscroll/ImportDoc.vue
index 91a9bb45d..ec1b5620a 100644
--- a/doc/animate/ImportDoc.vue
+++ b/doc/animateonscroll/ImportDoc.vue
@@ -9,9 +9,9 @@ export default {
return {
code: {
basic: `
-import Animate from 'primevue/animate';
+import AnimateOnScroll from 'primevue/animateonscroll';
-app.directive('animate', Animate);
+app.directive('animateonscroll', AnimateOnScroll);
`
}
};
diff --git a/pages/animate/index.vue b/pages/animateonscroll/index.vue
similarity index 51%
rename from pages/animate/index.vue
rename to pages/animateonscroll/index.vue
index a0e39ea31..5e3530e8f 100644
--- a/pages/animate/index.vue
+++ b/pages/animateonscroll/index.vue
@@ -1,10 +1,16 @@
-
+