From 34a7c13a6b96992298fb81e32adae5f92f8a0947 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 15 Apr 2019 05:30:59 +0800 Subject: [PATCH] UX: transition timeline opacity --- common/common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/common/common.scss b/common/common.scss index 9229214..ba86970 100644 --- a/common/common.scss +++ b/common/common.scss @@ -304,6 +304,7 @@ #topic-progress-wrapper { opacity: 0; pointer-events: none; + transition: opacity 0.25s; } &.d-toc-timeline-visible { .timeline-container,