An open API service indexing awesome lists of open source software.

https://github.com/lana-20/form-input-wave


https://github.com/lana-20/form-input-wave

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

| [Form Input Wave](https://github.com/lana-20/50_Projects_in_50_Days/tree/main/FormInputWave) | [Live Demo]( https://lana-20.github.io/form-input-wave/) |
|----|----|


In this project, I built a simple login form with a wave effect on the labels.
When clicking on the input, the label waves up.
It's a cool little animation, when clicking in or out.
I wrapped a span around each one of the labels using JavaScript.
And I added a transition so that the label moves up when focusing on the input.
I also added a dynamic transition delay, so it gives it that wave effect.
So, each letter goes up or down at a different time.