Skip to content
Snippets Groups Projects
Commit 63f4f854 authored by Anika Henke's avatar Anika Henke
Browse files

made TOC toggle faster to avoid clunky text flow around it

parent c4241309
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ var dw_behaviour = {
.attr('id','toc__toggle')
.css('cursor','pointer')
.click(function(){
$toc.slideToggle();
$toc.slideToggle(200);
setClicky();
});
$header.prepend($clicky);
......
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