-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Ramp #219
feat: Ramp #219
Conversation
@talentlessguy any idea on how I can fix the tests on this to merge? I am not a TS person so the error message on the ci is a bit cryptic to me, though I'm happy to learn with a little guidance |
I added JSDoc comments for the effect's parameters. Are these accurate? I'll want to mirror this in documentation. |
Thanks @CodyJasonBennett for fixing the types! left a few comments/suggestions. |
🎉 This PR is included in version 2.17.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Ramp effect for linear and radial color gradients, as well as masking of effects before it in the effect array
Example: https://codesandbox.io/s/ramp-effect-w-postprocessing-zdpzei?file=/src/Ramp.js:0-3359