Skip to content

Conversation

@JayGeorge
Copy link

This closes #13457.

The issue was caused by starting transitions firing when disclosures opened, since the tree nodes were "appearing", causing an opacity transition.

This is a simple fix that adds a modifier class to the .page-tree after it's been interacted with, so we can effectively disable the initial transitions after anything has been clicked.

I would have gone with an HTML class approach for transitions here, but I couldn't easily modify the inner HTML—so this is simpler.

…nodes when toggling them open, less it looks glitchy and feels unresponsive.
@JayGeorge JayGeorge linked an issue Jan 7, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[6.x] Visual glitch when expanding/collapsing navs

2 participants