From 69ae64e11129b97c48115a3456138a588e0375a4 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 23 Jun 2021 12:55:58 +0800 Subject: ... --- FrontEnd/src/views/timeline-common/index.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'FrontEnd/src/views/timeline-common/index.css') 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%); -- cgit v1.2.3