UX: transition timeline opacity
This commit is contained in:
parent
c316cfb31f
commit
34a7c13a6b
|
@ -304,6 +304,7 @@
|
||||||
#topic-progress-wrapper {
|
#topic-progress-wrapper {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
transition: opacity 0.25s;
|
||||||
}
|
}
|
||||||
&.d-toc-timeline-visible {
|
&.d-toc-timeline-visible {
|
||||||
.timeline-container,
|
.timeline-container,
|
||||||
|
|
Loading…
Reference in New Issue