diff options
Diffstat (limited to 'FrontEnd/src/views/timeline-common/index.css')
-rw-r--r-- | FrontEnd/src/views/timeline-common/index.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/FrontEnd/src/views/timeline-common/index.css b/FrontEnd/src/views/timeline-common/index.css index 8927a96f..e27e4541 100644 --- a/FrontEnd/src/views/timeline-common/index.css +++ b/FrontEnd/src/views/timeline-common/index.css @@ -1,3 +1,9 @@ +@keyframes timeline-enter { + from { + transform: translate(0, -100%); + } +} + .timeline { z-index: 0; position: relative; @@ -33,12 +39,6 @@ } } -@keyframes timeline-enter { - from { - transform: translate(0, -100vh); - } -} - @keyframes timeline-top-loading-enter { from { transform: translate(0, -100%); |