theme: animate the appearance of ToC too

master
Peter Cai 3 years ago
parent df6a1affdb
commit bce6c3e9b4
No known key found for this signature in database
GPG Key ID: 71F5FB4E4F3FD54F

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

Loading…
Cancel
Save