diff --git a/Frontend/src/assets/tooltips/xslt/xslt3.json b/Frontend/src/assets/tooltips/xslt/xslt3.json
index ab91d4b..bbe80f4 100644
--- a/Frontend/src/assets/tooltips/xslt/xslt3.json
+++ b/Frontend/src/assets/tooltips/xslt/xslt3.json
@@ -178,7 +178,11 @@
[
],
- "xsltExamples": [],
+ "xsltExamples": [
+ {
+ "xslt": "\n\n \n \n\n \n \n \n \n \n\n \n \n \n \n \n \n \n \n\n\n"
+ }
+ ],
"documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-override",
"output": "Appears as a child of xsl:use-package."
},{
@@ -257,7 +261,11 @@
"description":"Determines the namespace used for any unprefixed element name or type name within an XPath expression."
}
],
- "xsltExamples": [],
+ "xsltExamples": [
+ {
+ "xslt": "\n\n \n\n \n \n \n \n\n \n \n \n \n \n \n \n\n"
+ }
+ ],
"documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-package",
"output": "Appears as a child of xsl:use-package."
},{
@@ -281,7 +289,11 @@
"description":"Determines the potential visibility of the selected components."
}
],
- "xsltExamples": [],
+ "xsltExamples": [
+ {
+ "xslt": "\n \n \n \n \n \n\n \n \n \n \n \n \n \n \n\n"
+ }
+ ],
"documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-accept",
"output": "Appears as a child of xsl:use-package."
},{
@@ -300,7 +312,11 @@
"description":"Specifies whether a stylesheet module requires a global context item; the default is optional."
}
],
- "xsltExamples": [],
+ "xsltExamples": [
+ {
+ "xslt": "\n\n\n \n\n \n \n \n User List
\n \n \n \n \n\n \n \n \n \n \n"
+ }
+ ],
"documentationReferenceURL": "https://www.w3.org/TR/xslt-30/#element-global-context-item",
"output": "Global context item"
}
diff --git a/Frontend/src/style.css b/Frontend/src/style.css
index b260560..ab11647 100644
--- a/Frontend/src/style.css
+++ b/Frontend/src/style.css
@@ -69,7 +69,7 @@
}
.fade-leave-active {
- animation: fadeOut 0.5s ease-in-out 600ms forwards;
+ animation: fadeOut 0.5s ease-in-out 800ms forwards;
}
@keyframes fadeOut {