fix: scope focus scale to inner wrapper to avoid layout reflow#201
Merged
RadicalMuffinMan merged 1 commit intoMay 10, 2026
Merged
Conversation
Replace 'transition: all' on .itemCard with 'transition: transform' on a new .itemCardInner element. Eliminates CPU reflow during focus animations on lower-power Smart TV hardware. Applied symmetrically to Favorites and Library views.
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.
MrSimmo-FIX-CHANGES.md
Replace 'transition: all' on .itemCard with 'transition: transform' on a new .itemCardInner element. Eliminates CPU reflow during focus animations on lower-power Smart TV hardware. Applied symmetrically to Favorites and Library views.
Pull Request
Summary
I've attempted to fix the issue I reported in https://github.com/Moonfin-Client/Smart-TV/issues/111#issuecomment-4270176875. I used Claude Code so please do verify before merging. If it's possible to share a test version for the people reporting the same before the merge, it would be useful - keen not to introduce other issues.
I have also included a markdown with the changes proposed, in the PR.
Related Issues
https://github.com/Moonfin-Client/Smart-TV/issues/111#issuecomment-4270176875
Type of Change
Changes Made
List the key changes included in this PR.
Platform
Testing
Describe how this change was tested.
Test Steps
Screenshots (if applicable)
Include screenshots or recordings for UI changes.
Checklist