From 1552c0086c396aa89e0ad965a6cbd6c3ea70cac4 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 15 Jun 2021 21:19:02 +0800 Subject: ... --- FrontEnd/src/views/timeline-common/index.css | 3 +++ 1 file changed, 3 insertions(+) (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 7d7eb213..e59983aa 100644 --- a/FrontEnd/src/views/timeline-common/index.css +++ b/FrontEnd/src/views/timeline-common/index.css @@ -150,6 +150,9 @@ .timeline-item-card { position: relative; padding: 0.3em 0.5em 1em 4em; +} + +.timeline-item-card.enter-animation { animation: 0.6s forwards; opacity: 0; } -- cgit v1.2.3