theme: animate the appearance of ToC too
This commit is contained in:
parent
df6a1affdb
commit
bce6c3e9b4
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue