_sass/toc.scss in jekyll-theme-satellite-1.0.0 vs _sass/toc.scss in jekyll-theme-satellite-1.1.0

- old
+ new

@@ -41,9 +41,15 @@ .toc-list-item { word-break: normal; display: block; line-height: 150%; + animation: .5s ease-out 0s 1 slide; + + @keyframes slide { + 0% { transform: scaleY(0); } + 100% { transform: scaleY(1); } + } } .is-active-link{ color: indianred !important; font-weight:950; \ No newline at end of file