Summary
Align the README animation documentation with the current scroll behavior.
Required changes
- Correct the statement that reduced motion makes scrolling instant, unless a smooth default is implemented.
- Document the actual scroll behavior accurately.
Affected areas
README.md
- Scroll styling or task-card scroll implementation, if behavior is changed
Acceptance criteria
- Documentation matches the behavior of
scrollIntoView({ block: 'center' }).
- If reduced-motion behavior is documented, the default and reduced-motion paths are both implemented and accurate.
Source
Summary
Align the README animation documentation with the current scroll behavior.
Required changes
Affected areas
README.mdAcceptance criteria
scrollIntoView({ block: 'center' }).Source