Disable TOC node animation

If you want to disable the default "fly-in" children node animation, here's how you can do it.

How to implement

Just add the following CSS to your Branding.css.

CSS Code

CSS
.CHTree_nodeChildren {
transition: none;
}