NativeScript / NativeScript/NativeScript
Allow animating more properties when using CSS animations
Open
Nobody has claimed this yet.
css
feature
help wanted
- Dominant language
- TypeScript
- Stars
- 25.7k
- Forks
- 1.7k
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 35
Description
The following animatable properties should be added to make CSS animations more useful:
- transform-origin
- perspective
- skewX
- skewY
- matrix2d
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
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
The issue lists five CSS animation properties to support: transform-origin, perspective, skewX, skewY, and matrix2d. Start by locating the CSS animation implementation and its existing property handling, then verify each listed property animates correctly and that the relevant tests cover the new behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100