DavidHDev/react-bits

[FEAT]: Gradual Blur effect

Closed this issue · 2 comments

my repo: https://github.com/Ansh-dhanani/gradualblur

A gradual blur or progressive blur using Math.js as a component can be included in the component section

I have already made an npm package for it, link: https://www.npmjs.com/package/gradualblur

If you want me to include the component,
I can start working

Validations

  • I have checked other issues to see if my issue was already discussed or addressed
  • I have already done work on this as a personal npm package.

Hi, this looks nice, feel free to open a PR.

Make sure to complete this checklist:

  • Component is available in all 4 variants under the "Animations" category
  • Demo is set up correctly with a relevant usage example, respecting the structure of other demos
  • No comments in the code

It makes more sense to include it under "Animations" since this is not an actual piece of UI, it's just an effect, so calling it an animation makes more sense I think.

You can see an example commit of adding a component here:
63cf45e

And you can get started by running this command in your cloned repository:

npm run new:component Animations GradualBlur

That makes sense 👍 Since this isn’t a UI element but more of an effect,
Including it under “Animations” is the right choice.

I'll follow everything you said

I’ll start working on this now. 👍