jimrandomh / jimrandomh/faceclaw
Container animations and style matching
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 66
- Forks
- 10
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 8
Description
EvenHub-API apps have list containers. In stock, these animated when scrolled, and play a bounce animation when you try to scroll past the end. When running in our simulator/compatibility-layer, these containers are rendered to an image and sent once (then updating once for each selection change) with no animation. Ideally, we would also have animations for this (not necessarily identical to the stock-Even animations, but something). There are also visual mismatches in the padding thickness and border styling of list/text containers.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the simulator or compatibility-layer entry point that renders list and text containers to images, then compare its update path with stock scrolling and selection behavior. Completion means animations appear during scrolling and overscroll, while padding thickness and border styling match the stock containers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- design, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100