parcel-bundler / parcel-bundler/lightningcss
Add linear() easing function
Open
Nobody has claimed this yet.
area: transpilation
- Dominant language
- Rust
- Stars
- 7.7k
- Forks
- 302
- PR merge metrics
- No merged PRs in 30d
Description
https://www.w3.org/TR/css-easing-2/
Possible to polyfill with @keyframes?
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 with the linked CSS Easing Level 2 specification and investigate how lightningcss currently parses and transforms easing functions. The issue names no source file or test; done means supporting linear() according to the specification, with the relevant existing behavior covered by project tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, rust
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100