aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/timeline-common/timeline-common.sass
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/app/views/timeline-common/timeline-common.sass')
-rw-r--r--FrontEnd/src/app/views/timeline-common/timeline-common.sass9
1 files changed, 9 insertions, 0 deletions
diff --git a/FrontEnd/src/app/views/timeline-common/timeline-common.sass b/FrontEnd/src/app/views/timeline-common/timeline-common.sass
index 5f329d1f..e634e77e 100644
--- a/FrontEnd/src/app/views/timeline-common/timeline-common.sass
+++ b/FrontEnd/src/app/views/timeline-common/timeline-common.sass
@@ -37,6 +37,15 @@ $timeline-line-color-current: #36c2e6
to
transform: rotate(1turn)
+@keyframes timeline-top-loading-enter
+ from
+ transform: translate(0, -100%)
+
+ to
+
+.timeline-top-loading-enter
+ animation: 1s timeline-top-loading-enter
+
.timeline-line
display: flex
flex-direction: column