Commit dba19fb
Keep the collapse jump instant
The autofix on the pull request swapped behavior: 'instant' for 'auto'. 'auto'
defers to the CSS, and main.css sets scroll-behavior: smooth on html for anyone
without a reduced-motion preference, so the jump animated again.
'instant' is CSSOM View and has been in every current browser since 2023.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 4750a34 commit dba19fb
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
188 | 190 | | |
189 | 191 | | |
190 | 192 | | |
| |||
0 commit comments