From 78b8c8330a9528b4b15135c435eaa1aa11ec688d Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Mon, 9 Sep 2024 19:33:44 +0300 Subject: [PATCH] Updated animation sample --- apps/showcase/doc/styleclass/AnimationDoc.vue | 109 ++++++++++++++---- 1 file changed, 87 insertions(+), 22 deletions(-) diff --git a/apps/showcase/doc/styleclass/AnimationDoc.vue b/apps/showcase/doc/styleclass/AnimationDoc.vue index 1779c9fbf..fc41d165e 100644 --- a/apps/showcase/doc/styleclass/AnimationDoc.vue +++ b/apps/showcase/doc/styleclass/AnimationDoc.vue @@ -4,14 +4,30 @@ Classes to apply during enter and leave animations are specified using the enterFromClass, enterActiveClass, enterToClass, leaveFromClass, leaveActiveClass,leaveToClassproperties. In addition in case the target is an overlay, hideOnOutsideClick would be handy to hide the target if outside of the popup is clicked.

+

First example uses a custom fade animation, and second one uses animate-slide from tailwind-primeui plugin.

-
-
-
+
+
+
Custom
+
+
-
-
Content
+
+
+
+
+ +
@@ -23,21 +39,55 @@ export default { return { code: { basic: ` -