aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/src/scss/base
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/src/scss/base')
-rw-r--r--htdocs/src/scss/base/_animations.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/htdocs/src/scss/base/_animations.scss b/htdocs/src/scss/base/_animations.scss
index 9ec8e9e..6da56b2 100644
--- a/htdocs/src/scss/base/_animations.scss
+++ b/htdocs/src/scss/base/_animations.scss
@@ -44,7 +44,7 @@
@keyframes slideInUp {
0% {
- margin-bottom: -100%;
+ margin-bottom: -100vh;
}
100% {
@@ -59,7 +59,7 @@
}
100% {
- margin-bottom: -100%;
+ margin-bottom: -100vh;
visibility: hidden;
}
}
@@ -81,9 +81,9 @@
}
.slide-in--up {
- animation: slideInUp 0.8s;
+ animation: slideInUp 1s;
}
.slide-out--bottom {
- animation: slideOutBottom 0.8s;
+ animation: slideOutBottom 1s;
}