Skip to content
Snippets Groups Projects
Commit 007ca3d8 authored by Lucy Hao's avatar Lucy Hao :moyai:
Browse files

animate toc

parent 77190e75
No related branches found
No related tags found
No related merge requests found
Pipeline #288008 passed
......@@ -719,3 +719,13 @@ table {
}
padding-bottom: 3vh;
}
details[open] summary ~ * {
animation: sweep .5s ease-in-out;
}
@keyframes sweep {
0% {opacity: 0; margin-left: -10px}
100% {opacity: 1; margin-left: 0px}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment