robiveli / js-captcha

Tiny captcha component (~2KB) written in pure JavaScript with no dependencies
https://robiveli.github.io/js-captcha/
MIT License
68 stars 18 forks source link

[Feature] Animate captcha reset #36

Open AlonsoK28 opened 2 years ago

AlonsoK28 commented 2 years ago

Improve user UX using a transition animation when captcha is reset, for example easing or other.

Reference links:

https://www.w3schools.com/css/css3_transitions.asp https://css-tricks.com/easing-animations-in-canvas/

AlonsoK28 commented 2 years ago

🤔