theme: animate the appearance of ToC too

This commit is contained in:
Peter Cai 2020-04-14 16:50:47 +08:00
parent df6a1affdb
commit bce6c3e9b4
No known key found for this signature in database
GPG Key ID: 71F5FB4E4F3FD54F
1 changed files with 3 additions and 0 deletions

View File

@ -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 {