docs: add animation audit plans for the web app - #19
Merged
Conversation
Motion audit of apps/web at a322df8: five self-contained implementation plans (rAF slider reveal, selection layout jump, transition-all scoping, progress bar scaleX, reduced-motion feedback) plus an execution-order index. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The web app's motion had never been audited: a rAF loop re-rendering the whole app at 60fps, layout jumps on the two most-clicked controls,
transition-allscattered across components, a layout-property progress bar, and a reduced-motion block that killed all feedback including the processing spinners.Result
Adds
plans/with five self-contained implementation plans (each with current-code excerpts, exact target values, boundaries, and mechanical + feel-check verification) and a README indexing severity, execution order, and file ownership between plans. Each plan is implemented by the next PR in this stack:001compare-slider reveal → perf(web): make compare-slider reveal local, cancelable, and reduced-motion aware #20002selection layout jump → fix(web): remove layout jump on queue-item and format-button selection #21003transition-allscoping → perf(web): scope transition-all to the properties that actually change #22004progress barscaleX→ perf(web): animate batch progress bar with scaleX instead of width #23005reduced-motion feedback → fix(web): keep feedback under prefers-reduced-motion #24The audit also recorded what was deliberately not planned (motion tokens, entrance polish, delight opportunities) so future work starts from a vetted list.
🤖 Generated with Claude Code