Simple login form with a wave effect on the labels.
The project goal:
- when a user clicks in the input, he can see the label wave up
- to do this effect, wrap a span around each letter of label using JavaScript
- add a transition that the label moves up when an user focus on the input
- add a dynamic transition delay to gives it the wave effect
- set up in HTML, style it with CSS and add the functionality with JavaScript
HTML5 / CSS3 / JavaScript