react / react/react-strict-dom
(feature) css.keyframes() and CSS animations
Open
Nobody has claimed this yet.
feature
- Dominant language
- JavaScript
- Stars
- 3.6k
- Forks
- 206
- PR merge metrics
- No merged PRs in 30d
Description
Describe the feature request
Support css.keyframes on native. We can use Animated to polyfill this API and the following CSS props:
animationDelayanimationDirectionanimationDurationanimationFillModeanimationIterationCountanimationNameanimationPlayStateanimationTimingFunction
Contributor guide
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 examining the existing native handling for css.keyframes and the Animated API. Support the listed animation properties and verify that css.keyframes works on native; the issue does not name files or tests, so the relevant entry points and completion checks must first be identified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, javascript, react
- Domain
- frontend, mobile
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100