From bce6c3e9b4a0ccbcdfb012b47454a9a8728fab7f Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Tue, 14 Apr 2020 16:50:47 +0800 Subject: [PATCH] theme: animate the appearance of ToC too --- theme/default/static/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme/default/static/style.css b/theme/default/static/style.css index 46efaa6..f1fb91a 100644 --- a/theme/default/static/style.css +++ b/theme/default/static/style.css @@ -342,6 +342,9 @@ blockquote { border-radius: 5px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); padding-left: 15px; + animation-name: appear; + animation-duration: 0.5s; + animation-fill-mode: forwards; } .toc li {