1.0.4 • Published 7 years ago
animated-label v1.0.4
Animated Label
Add life to your form inputs! This plugin add a elegant animation in label form.
How to use
This plugin requires jQuery!
Install the plugin:
npm i animated-label
ornpm i developmatt/animated-label-plugin
Include the plugin in your script:
require('animated-label')
In HTML create your form input container. In this container must be the input text file and it's respective label:
- Now, it's just inform to the Animated Label Plugin wich label you want animate through the plugin method
animatedLabelPlugin()
(inform the label parent):$('.animated-label-container').animatedLabelPlugin();