https://github.com/yaireo/fancyinput
Makes typing in input fields fun with CSS3 effects
https://github.com/yaireo/fancyinput
css3-effects text-effects typing-effect
Last synced: 9 months ago
JSON representation
Makes typing in input fields fun with CSS3 effects
- Host: GitHub
- URL: https://github.com/yaireo/fancyinput
- Owner: yairEO
- Archived: true
- Created: 2013-02-19T18:10:33.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T19:03:05.000Z (about 8 years ago)
- Last Synced: 2025-01-12T00:09:05.772Z (over 1 year ago)
- Topics: css3-effects, text-effects, typing-effect
- Language: CSS
- Size: 584 KB
- Stars: 1,920
- Watchers: 78
- Forks: 283
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Fancy Input
=============
Makes typing & deleting in input/Textarea fields exciting & fun with CSS3 effects.

### [View Demo Page](http://yaireo.github.io/fancyInput)
## Basic use example:
```html
$('div :input').fancyInput();
```
Call the .fancyInput() function on all parents of inputs.
With this example code, make sure every input is wrapped in a div.
This plugin does not have any current plans to support any version of IE.