diff options
author | crupest <crupest@outlook.com> | 2021-04-04 23:12:35 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-04-04 23:12:35 +0800 |
commit | fb3ef58c8789f91e8600697521e6a6adb648556a (patch) | |
tree | 5630676bf2edf0402355155b7c46c03ccf9df71b /FrontEnd/src/app/views/timeline-common/timeline-common.sass | |
parent | b8f829736e4ebe571ecc72d8c3157fe56668a469 (diff) | |
download | timeline-fb3ef58c8789f91e8600697521e6a6adb648556a.tar.gz timeline-fb3ef58c8789f91e8600697521e6a6adb648556a.tar.bz2 timeline-fb3ef58c8789f91e8600697521e6a6adb648556a.zip |
...
Diffstat (limited to 'FrontEnd/src/app/views/timeline-common/timeline-common.sass')
-rw-r--r-- | FrontEnd/src/app/views/timeline-common/timeline-common.sass | 9 |
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 |