Frontmatter
| id | 8520 |
| title | Enhance Markdown Frontmatter Animation |
| state | Closed |
| labels | enhancementdesignai |
| assignees | tobiu |
| createdAt | Jan 10, 2026, 8:59 PM |
| updatedAt | Jan 10, 2026, 9:02 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8520 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8398 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 10, 2026, 9:02 PM |
Enhance Markdown Frontmatter Animation
tobiu added parent issue #8398 on Jan 10, 2026, 9:00 PM
tobiu assigned to @tobiu on Jan 10, 2026, 9:00 PM

tobiu
Jan 10, 2026, 9:01 PM
Input from Gemini 3 Pro:
✦ I have implemented the CSS transitions using
::details-contentandinterpolate-size. This should provide a smooth sliding animation for the frontmatter section on supported browsers (Chrome 125+). Changes pushed todev.
tobiu closed this issue on Jan 10, 2026, 9:02 PM
Implement smooth CSS transitions for the Markdown frontmatter
<details>element using the modern::details-contentpseudo-element. This allows for a "fancy" sliding animation (height and opacity) without JavaScript overhead.Changes:
resources/scss/src/component/Markdown.scssto include::details-contenttransitions.