diff options
Diffstat (limited to 'FrontEnd/src/views/timeline-common/index.css')
-rw-r--r-- | FrontEnd/src/views/timeline-common/index.css | 3 |
1 files changed, 3 insertions, 0 deletions
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; } |