react / react/react-strict-dom

(feature) css.keyframes() and CSS animations

Open
#3 3 comments 24 reactions 0 assignees View on GitHub

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:

  • animationDelay
  • animationDirection
  • animationDuration
  • animationFillMode
  • animationIterationCount
  • animationName
  • animationPlayState
  • animationTimingFunction

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.