add(easing): generic two params easing
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 28
- Avg merge
- 21h 46m
- Merged PRs (30d)
- 2
Description
https://twitter.com/FarbsMcFarbs/status/1456830625617432576/photo/4
x => (b+a-2)x^3 + (-2a-b+3)x^2 + ax
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 reviewing the repository's existing easing helpers, exports, and tests to find the appropriate entry point for a generic two-parameter easing function. Compare the implementation with the linked reference and the formula in the issue, then add coverage showing that both parameters affect the resulting curve.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 32/100