Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T19:03:05.000Z (over 6 years ago)
- Last Synced: 2024-09-27T03:42:27.751Z (3 months ago)
- Topics: css3-effects, text-effects, typing-effect
- Language: CSS
- Size: 584 KB
- Stars: 1,929
- Watchers: 79
- Forks: 283
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-javascript - fancyInput - Makes typing in input fields fun with CSS3 effects - ★ 1953 (Form Widgets)
README
Fancy Input
=============
Makes typing & deleting in input/Textarea fields exciting & fun with CSS3 effects.![alt tag](https://raw.githubusercontent.com/yairEO/fancyInput/master/preview.gif)
### [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.